Let's say I wanted to create a search bar (something similar to Github's search bar) as following specifications in ReactJS:
In an input when user start typing, 2 options as dropdown will appear. And when user click on the option will do something relevant to it.
I found "autocomplete" from Material-UI and tried different sites on Google but I couldn't find the answer I was looking for, those articles I found were all about dropdown menu with defined values.
Any idea or reference? Thank you very much!
