CLOUDCRUISE UNITED

Scrollable Select Components

Different types of select dropdowns that require scrolling to see all options

1. Native HTML Select

Standard browser-native select dropdown with 193 options.

2. Native Select with Size (Listbox)

Native select with size attribute showing multiple visible options.

3. Custom Dropdown Select

Custom-styled dropdown with scrollable options list (similar to shadcn/Radix).

4. Searchable/Filterable Select

Combobox-style select with search filtering (similar to shadcn Combobox).

5. Multi-Select Dropdown

Select multiple options with checkboxes and tags display.

6. Radio Listbox

Scrollable list of radio buttons as an alternative to select.

7. Native Datalist (Autocomplete)

HTML5 datalist providing native autocomplete suggestions.

8. Grouped Select (Optgroup)

Native select with grouped options using optgroup.

Current Selections Summary

Native:

None

Sized:

None

Custom:

None

Searchable:

None

Multi:

None

Radio:

None

Datalist:

None

Grouped:

None