final-form-material-ui icon indicating copy to clipboard operation
final-form-material-ui copied to clipboard

Compatability with Autosuggest component

Open larissa-n opened this issue 5 years ago • 0 comments

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.

larissa-n avatar Mar 29 '19 20:03 larissa-n