Ui Kit
Getting StartedColorsTypography
Components
ActionsPanelAlertAutocompleteButtonCheckboxDropdownErrorPresenterFormGridGroupedListHeaderIconInputKeyValueLabelLabelActionLayoutLinkListNavigationPanelPageHeaderProgressRadioSelectSelect(List, единичный выбор)Select(List, множественный выбор)Select(GroupedList, единичный выбор)Select(GroupedList, множественный выбор)SidePanelTabsTextAreaToggleTree
Changelog

Select

search
boolean | undefined
multiple
boolean | undefined
options
GroupedListOption[] | ListOption[]
required
value
GroupedFlatListItem | GroupedFlatListItem[] | ListOption | ListOption[] | undefined
onChange
((event: SyntheticEvent<HTMLElement, Event>, item: ListOption) => void) | ((event: SyntheticEvent<HTMLElement, Event>, items: ListOption) => void) | ((event: SyntheticEvent<HTMLElement, Event>, item: GroupedFlatListItem) => void) | ((event: SyntheticEvent<...>, item: GroupedFlatListItem) => void) | undefined
className
string | undefined
disabled
boolean | undefined
loading
boolean | undefined
error
string | undefined
placeholder
string | undefined
loadingPlaceholder
string | undefined
multipleText
string | undefined
fluid
boolean | undefined
style
CSSProperties | undefined
icon
"string" | undefined
onChangeSelectedItems
((items: ListOption[]) => void) | ((items: GroupedFlatListItem[]) => void) | undefined
grouped
true
required
noOptionsTitle
string | undefined

Select(List, единичный выбор)

Select(List, множественный выбор)

Select(GroupedList, единичный выбор)

Select(GroupedList, множественный выбор)