This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Tagging Label is Added to the Item in Tagging Mode When Chosen With Mouse 'click' #1962
Open
Description
Selecting item in tagging mode with taggingLabel
set by clicking on the item (not using enter) saves the item with taggingLabel
appended to it.
It looks like at line 672:
if ( ctrl.taggingLabel === false && ctrl.clickTriggeredSelect === false) { ...}
we are not entering the if
where the taggingLabel
is being handled, since ctrl.clickTriggeredSelect
in this case will be true
.
https://plnkr.co/edit/cLYeHXwCX3QA8P6yAAgv?p=preview
Angular: 1.5.7
UI-Select: 0.19.5
Bootstrap/Select2/Selectize CSS (if applicable): Bootstrap 3.1.1 (CSS only)