Skip to content

Allow for searching in single select dropdown component used in DynamicParamters #81

Open
@jaaydenh

Description

@jaaydenh

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:

  1. Build search functionality into the Select component
  2. Build a new component possibly using the Command component similar to the MultiSelectCombobox

Metadata

Metadata

Assignees

Labels

GAcandidate for a GA release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions