Closed shagabutdinov closed 2 years ago
Sometimes it's required to pass another input component (for example, https://github.com/reactjs/react-autocomplete) as an input. This PR allows doing that.
+1. Wouldn't be better to have component prop for the same purpose? I wanted to use material-ui InputBase component as input component...
component
material-ui
Sometimes it's required to pass another input component (for example, https://github.com/reactjs/react-autocomplete) as an input. This PR allows doing that.