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
Tag input uses blur event which finishes before click happens.
Auto complete box is useless when user wants to click on suggestion when addOnBlur is set to true.
Changing click event to mousedown (in tag-input-autocomplete) will make adding on blur and on box click coexist properly.
The text was updated successfully, but these errors were encountered:
Tag input uses
blur
event which finishes beforeclick
happens.Auto complete box is useless when user wants to click on suggestion when
addOnBlur
is set to true.Changing
click
event tomousedown
(intag-input-autocomplete
) will make adding on blur and on box click coexist properly.The text was updated successfully, but these errors were encountered: