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
Material UI supports great autosuggest components, which especially help with long lists or when the user is unfamiliar with the options. So far, react-select seems to be one of the more popular ones.
React-select's autosuggest component replaces MUI's Select: import Select from 'react-select';
(see codesandbox link)
Trying to integrate with react-select (like editing src/select.tsx accordingly) will look okay on the surface, but the input's value is not available.
The text was updated successfully, but these errors were encountered:
Material UI supports great autosuggest components, which especially help with long lists or when the user is unfamiliar with the options. So far, react-select seems to be one of the more popular ones.
React-select's autosuggest component replaces MUI's Select:
import Select from 'react-select';
(see codesandbox link)
Trying to integrate with react-select (like editing src/select.tsx accordingly) will look okay on the surface, but the input's value is not available.
The text was updated successfully, but these errors were encountered: