Classes list

Every class Select recognizes, straight from the @flickui/css source.

ClassPurpose
.selectBase class on the outer wrapper — required
.select-triggerThe button that opens/closes the listbox
.select-valueShows the currently selected option's label (or the placeholder)
.select-iconThe chevron indicator, rotates 180° while .is-open
.select-listboxThe panel of options
.select-searchOptional filter input inside the listbox
.select-group-labelOptional heading for a group of options
.select-optionEach selectable entry — needs .action-select to be clickable
.select-checkThe checkmark shown on the selected option
.select-opt-label / .select-opt-descPrimary/secondary text within an option
.select-emptyNo-results message, shown when filtering yields nothing
.action-selectBehavior hook that makes an option clickable/selectable
.is-openRuntime state — listbox is visible
.is-placeholderOn .select-value, styles the placeholder text distinctly
.is-highlightedOn .select-option, marks the keyboard/hover-focused option