components
components copied to clipboard
[Feature Request]: Add controlled state for input in Select component (i.e `inputValue`)
Description
Currently users are not able to control the value of the <input /> in the <Select /> component. It would be helpful to provide something like inputValue in order to allow developers to control the value of the <input />.
References from other libraries:
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
- [x] I checked the current issues for duplicate requests
Hey @alfonsoar, can you give us a bit more details about your use case? Why do you need to control the filter text?
A few I can think of:
- Pre-defined searches
- Saved searches
- Input validation/sanitation
- Typeahead autocomplete/suggestions