Select
Basic
The Select component is used for selecting items from a list. It supports various customization options and advanced features.
Data Items
The dataSelect prop accepts an array of items available for selection.
Key Select
The keySelect prop specifies the key used to uniquely identify each item in the data set.
Value Select
The valueSelect prop specifies the key used to retrieve the display value of each item.
Multiple Selection
The multiple prop enables multiple item selection.
Max Visible Items
The maxVisible prop sets the maximum number of items visible in the dropdown list.
Close Button Badge
The closeButtonBadge prop enables a close button for badges in multiple selection mode.
No Data Text
The noData prop sets the text displayed when there are no items in the list.
Disable Query
The noQuery prop disables the query-based filtering of items.
AutoFocus
The autoFocus prop automatically focuses the select input when the component is mounted.
Dropdown Positioning
The paramsFixWindow prop allows you to configure the dropdown's positioning behavior.
Custom CSS
Class for Query Text Mask
The classMaskQuery prop allows you to apply custom CSS classes to the query text mask.
Class for Select Base Container
The classSelect prop allows you to apply custom CSS classes to the select base container.
Class for Dropdown List Container
The classSelectList prop allows you to apply custom CSS classes to the dropdown list container.