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
After selecting multiple items from dropdown list with ENTER key and then pressing TAB key (while dropdown is still open) will remove last selected item from the field and jump to next form field.
Last selected item should not be removed.
This works but disables the option to dselect items directly from the combobox,
Another possible solution is to add "selectOnTab: false" to the combobox's properties,
you should use this option if you are satisfied with selection on enter.
Hello
One thing I noticed:
After selecting multiple items from dropdown list with ENTER key and then pressing TAB key (while dropdown is still open) will remove last selected item from the field and jump to next form field.
Last selected item should not be removed.
possible fix in line 611 - 613:
The text was updated successfully, but these errors were encountered: