material-ui
material-ui copied to clipboard
When making multiple selections in Autocomplete, the searched text is reset after each selection. Is it possible to prevent this with a prop?
Duplicates
- [X] I have searched the existing issues
Latest version
- [X] I have tested the latest version
Summary 💡
When making multiple selections in Autocomplete, the searched text is reset. Is it possible to prevent this? The user wants to select all the lines returned as a result of the searched text.
I am writing a text to autocomplete. The results with the text are listed. After making 1 selection, old unfiltered long list comes and my search text disappears. I want to preserve this search term.
Examples 🌈
No response
Motivation 🔦
No response