-
-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
When typing exactly an already existing option, it doesn´t get selectet on blur.
Expected behavior
<select id="select-tags" multiple class="form-control">
<option>AA</option>
<option>AB</option>
</select>
- Type “BB” → clicked out → BB tag gets created as expected
- Type “AA” (which already exists as an ) → clicked out → "AA" should be selected
Steps to reproduce
- Type “BB” → clicked out → BB tag gets created as expected
- Type “AA” (which already exists as an ) → clicked out → nothing happens
Additional context
Tom Select v2.4.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working