Tags misbehave
reno1979 opened this issue · 0 comments
Tag selection acts strange when using typing and mouse/touch.
This bug is also on the demo page:
[tested with Safari on iPad]
How and where:
In the selectbox with the tags enabled, it will work as expected when using touch or mouse. You can add or remove tags by simply clicking them in the dropdown.
As soon as you try typing a desired value that has already been selected it changes the selected values and/or add them as selected while the exact same value has already been selected.
So when I select a value from the dropdown and them type the same value (and press enter) it will show 2 identical tags. Retrieving the values from the instance will however return 2 objects, and 1 of those is the new typed in tag (value and name are identical)