Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Select component with ability to write custom value

Tags:

material-ui

Hi is there any option that Material UI Select component can accept custom string? To not force user to pick only existing value?

like image 668
borovsky Avatar asked Oct 26 '25 03:10

borovsky


1 Answers

No, Select component dont provide such functionality. For the same purpose I used the combination of two components: TextField for custom string input and IconMenu for select from the predefined values and set it to the input field.

And it looks almost the same:

enter image description here

like image 180
Vlad Povalii Avatar answered Oct 29 '25 05:10

Vlad Povalii



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!