When openOnFocus: false
dropdown still opens when clicking on selectize element
#2176
Labels
openOnFocus: false
dropdown still opens when clicking on selectize element
#2176
With selectize v0.14.0, when initialized with
openOnFocus: false
, both tab-focus and clicking to focus on the selectize element would not open the dropdown menu.With selectize v0.15.2 and
openOnFocus: false
, keyboard focus does not open the dropdown, but clicking does. If I understand the docs, the intention is that neither action should cause the the dropdown whenopenOnFocus: false
.I created a codepen the demonstrates the problem (change the selectize version to 0.14.0 to see the previous behavior). Here's a bare minimum version of the HTML:
The text was updated successfully, but these errors were encountered: