Search code examples
reactjsmaterial-uidropdownreact-dropdown-tree-select

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


Solution

  • You can use Creatable select. Link here