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
react-select doesn't consistently fire an onchange event with async search. Under the hood, it's not using the input element at all to display selections and the input is hidden away. This suggests that the input is only used initially.
react-select doesn't consistently fire an onchange event with async search. Under the hood, it's not using the input element at all to display selections and the input is hidden away. This suggests that the input is only used initially.
A promising alternative: https://github.com/moroshko/react-autosuggest
Bonus that it's aria compliant.
The text was updated successfully, but these errors were encountered: