Skip to main content

18 docs tagged with "form"

View all tags

Combobox

For server-backed option lists, use an options datasource with infinite-scroll. The combobox then filters on the server as the user types, which is required when only one page of options is loaded at a time.

Listbox

Listboxes are menus that display options, allowing the user to select one. Listboxes are displayed when clicking on a ``.

Segmented Control

A segmented control is a set of checkable buttons. No more than one button can be checked at a time. When a user checks an unchecked button, the previously checked button is automatically unchecked.