Is there any work around to hide the options in a dropdown component? I want it to behave like a search bar where it will suggest options when a user inputs a text.
The default dropdown is like this:
My desired output is that when the field is focused, it would not show all the options. Instead if I type for example, the letter G, then all options starting with G will show.
Hi Yors,
The drop-down menu (and SharePoint data component) have built in search functionality. You just need to start typing in the search box as shown when you open the drop-down menu.
Yeah, but I want to hide the dropdown options initially. The option should only show up if I search it. Is that possible?