Combo Box

Is there a way to replicate the functionality of a combo box?

Meaning, having a dropdown list where users could start typing and have a limited selection of the options display, based on what the user is typing.

I have checked docs.journeyapps.com and this website and found nothing.

Any help would be appreciated.

@gjeremenko The following components fulfil that function:

  1. single-choice-dropdown
  2. object-dropdown

The thing to note is that it only allows you to search once you have 12 or more items:

Thanks for the reply.

The 12 item minimum is not mentioned in the documentation… would be nice to have it listed.

1 Like

Note that as of runtime version 4.84.0 a search-controls attribute is available for object-dropdown and single-choice-dropdown which can be set to search-controls="show" to always show the search box (i.e. not just after 12 items exist). Find more information in the syntax reference (object-dropdown, single-choice-dropdown).