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
I can't seem to find any other record of this in the issues tracker, so it is probably something I'm doing incorrectly, but…
The change event doesn't trigger until I've selected more than one item from a dropdown. Using native:true as an option triggers the change immediately, but I would prefer to style the dropdowns. I've used aggressiveChange: true and false, attached a function to change inside the selectBoxIt() call, etc…
update: I've found it's a problem only when using the defaultText option — without defaultText, works as desired
The text was updated successfully, but these errors were encountered:
@zackseuberling I just released SelectBoxIt v2.9.9, which should fix the focus event bug when using the defaultText option. If you could update your code to the latest SelectBoxIt version, you should no longer see this issue. Let me know if you need anything else!
I can't seem to find any other record of this in the issues tracker, so it is probably something I'm doing incorrectly, but…
The change event doesn't trigger until I've selected more than one item from a dropdown. Using native:true as an option triggers the change immediately, but I would prefer to style the dropdowns. I've used aggressiveChange: true and false, attached a function to change inside the selectBoxIt() call, etc…
update: I've found it's a problem only when using the defaultText option — without defaultText, works as desired
The text was updated successfully, but these errors were encountered: