Open
Description
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