Skip to content

Requirement: Select with filter and custom input #3699

Answered by diegohaz
ibrahimbutt asked this question in Questions
Discussion options

You must be logged in to vote

I'm not quite sure if you're referring to the Select with Combobox pattern, or a single combobox input element that can either be select-only or editable, depending on whether the popup is open.

Based on #3254 (comment), I'll assume you're referring to the Select with Combobox pattern.

  • When focused but closed, pressing "a" will select the first item begining with the given letter. Pressing it repeatedly will loop over all items that begin with that letter.
  • When the select/combobox is open, you are able to type as normal to filter

That's how the Select with Combobox example works by default (as long as the SelectItem elements are rendered in the DOM).

  • When the users input does not 1…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ibrahimbutt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants