mohantyArpit
mohantyArpit

Reputation: 531

How to create a Dynamic Dropdown in React based on the value of Text Input box?

I want a dropdown in react material ui project where the values of the dropdown change based on what i type into the search box, somewhat like the search box in npm homepage enter image description here

I could not find something like that in Material Ui , and was wondering if there is something like that available

UPDATE: Although as mentioned in Answers React-Select was a great solution i finally ended up using

Upvotes: 1

Views: 292

Answers (1)

Sudip Thapa
Sudip Thapa

Reputation: 203

You can use Creatable select. Link here

Upvotes: 1

Related Questions