You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
As a workaround I've made results dropdown hidden: .select2-drop { display: none; }
(in my case user does not need to select existing tags) and set tagging-tokens attribute: <ui-select multiple tagging ng-model="keywords" tagging-tokens="ENTER|TAB|,">
It allows to have tokens working without ability to select existing values.
Since 0.11.2
If
taggging-label="false"
is used, the default tokens ',' and 'ENTER' do not create a tag.Attempt to create a tag by pressing ',' or 'ENTER' on the following Plunkr.
http://plnkr.co/edit/RK7a6NgAAFGTEm48UjGn?p=preview
The text was updated successfully, but these errors were encountered: