You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a dynamic parameter is form_type dropdown, the shadcn Select component will be used for selecting a single option. The current implementation is more suitable for a smaller number of options. The goal of this issue is allow the user to type in the combobox to search in case there is a larger number of options.
A similar example of how this could work is the MultiSelectCombobox.
Adding search could be solved in a number of ways:
Build search functionality into the Select component
Build a new component possibly using the Command component similar to the MultiSelectCombobox