Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatability with Autosuggest component #15

Open
larissa-n opened this issue Mar 29, 2019 · 0 comments
Open

Compatability with Autosuggest component #15

larissa-n opened this issue Mar 29, 2019 · 0 comments

Comments

@larissa-n
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant