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 was having some troubles when trying to get SimpleSelect and MultiSelect to work with tabIndexes. This weekend I decided to clone the repo and maybe send a PR adding support for tabIndex. Digging into the code, I found this undocumented prop inputProps, which solved my problem by doing inputProps={{ tabIndex: 1 }}.
Is there any particular reason why inputProps isn't listed in the API docs?
The text was updated successfully, but these errors were encountered:
Hello.
I was having some troubles when trying to get SimpleSelect and MultiSelect to work with
tabIndex
es. This weekend I decided to clone the repo and maybe send a PR adding support fortabIndex
. Digging into the code, I found this undocumented propinputProps
, which solved my problem by doinginputProps={{ tabIndex: 1 }}
.Is there any particular reason why
inputProps
isn't listed in the API docs?The text was updated successfully, but these errors were encountered: