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
About a week ago I upgraded from 1.0.0-rc.3 to 1.0.0-rc.4 to get rid of the PropTypes warning introduced in React 15.5, however I just noticed that navigating react-select options with the keyboard or highlighting when hovering the mouse over does not work.
Did something change in between that would cause this or am I using the component wrong? this is how a simple select looks like:
In this case form.customer is an object with proeprties name and id and options is just an array of similar objects, everything works with the exception of navigating the options. I rolled back to rc3 and it works there without any change.
Please advise.
The text was updated successfully, but these errors were encountered:
About a week ago I upgraded from 1.0.0-rc.3 to 1.0.0-rc.4 to get rid of the
PropTypes
warning introduced in React 15.5, however I just noticed that navigating react-select options with the keyboard or highlighting when hovering the mouse over does not work.Did something change in between that would cause this or am I using the component wrong? this is how a simple select looks like:
In this case
form.customer
is an object with proeprtiesname
andid
and options is just an array of similar objects, everything works with the exception of navigating the options. I rolled back to rc3 and it works there without any change.Please advise.
The text was updated successfully, but these errors were encountered: