ComboBoxProps
Represents the props of the KendoReact ComboBox component.
Name | Type | Default | Description |
---|---|---|---|
accessKey? |
|
Specifies the jsx
| |
adaptive? |
|
Providing different rendering of the popup element based on the screen dimensions. jsx
| |
adaptiveFilter? |
|
Sets the value of the adaptive filtering input of the ComboBox. jsx
| |
adaptiveTitle? |
|
Specifies the text that is rendered as title in the adaptive popup. jsx
| |
allowCustom? |
|
Specifies whether the ComboBox allows user-defined values that are not present in the dataset (see example). Defaults to jsx
| |
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. jsx
| |
ariaLabel? |
|
The accessible label of the component. jsx
| |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. jsx
| |
className? |
|
Sets additional classes to the ComboBox. jsx
| |
clearButton? |
|
If jsx
| |
data? |
|
Sets the data of the ComboBox (more information and examples). jsx
| |
dataItemKey? |
|
Sets the key for comparing the data items of the ComboBox. If jsx
| |
defaultValue? |
|
Sets the default value of the ComboBox. Similar to the native jsx
| |
dir? |
|
Represents the jsx
| |
disabled? |
|
Sets the disabled state of the ComboBox. jsx
| |
fillMode? |
|
|
Configures the The available options are:
jsx
|
filter? |
|
Sets the value of ComboBox input. Useful for making the ComboBox input a controlled component. jsx
| |
filterable? |
|
Enables the filtering functionality of the ComboBox (more information and examples). jsx
| |
focusedItemIndex? |
|
If set, the ComboBox will use it to get the focused item index. Default functionality returns the first item which starts with the input text. jsx
| |
footer? |
|
Sets the footer component of the ComboBox (see example). jsx
| |
groupField? |
|
Sets the data item field that represents the start of a group. Applicable to objects data. jsx
| |
groupHeaderItemRender? |
|
Fires when a ComboBox group header item is about to be rendered. Used to override the default appearance of the group's headers when the component is configured in jsx
| |
groupMode? |
|
Defines the jsx
| |
groupStickyHeaderItemRender? |
|
Fires when a ComboBox sticky group header item is about to be rendered. Used to override the default appearance of the sticky group header of the component. jsx
| |
header? |
|
Sets the header component of the ComboBox (see example). jsx
| |
iconClassName? |
|
Sets CSS classes to the expand jsx
| |
id? |
|
Specifies the id of the component. jsx
| |
inputAttributes? |
|
Sets the HTML attributes of the inner focusable input element. Attributes which are essential for certain component functionalities cannot be changed. jsx
| |
itemRender? |
|
Fires when a ComboBox list item is about to be rendered (see example). Used to override the default appearance of the list items. jsx
| |
label? |
|
Renders a floating label for the ComboBox. jsx
| |
listNoDataRender? |
|
Fires when the element which indicates no data in the popup is about to be rendered. Used to override the default appearance of the element. jsx
| |
loading? |
|
Sets the loading state of the ComboBox (see example). jsx
| |
name? |
|
Specifies the This property is part of the FormComponentProps interface. | |
onBlur? |
|
Fires each time the ComboBox gets blurred. jsx
| |
onChange? |
|
Fires each time the value of the ComboBox is about to change (see examples). jsx
| |
onClose? |
|
Fires each time the popup of the ComboBox is about to close. jsx
| |
onFilterChange? |
|
Fires each time the user types in the filter input (see examples). You can filter the source based on the passed filtration value. jsx
| |
onFocus? |
|
Fires each time the user focuses the ComboBox. jsx
| |
onOpen? |
|
Fires each time the popup of the ComboBox is about to open. jsx
| |
onPageChange? |
|
Fires when both the virtual scrolling of the ComboBox is enabled and the component requires data for another page (more information and examples). jsx
| |
opened? |
|
Sets the opened and closed state of the ComboBox. jsx
| |
placeholder? |
|
The hint that is displayed when the ComboBox is empty. jsx
| |
popupSettings? |
|
Configures the popup of the ComboBox. jsx
| |
prefix? |
|
Sets a custom prefix to the ComboBox component. jsx
| |
required? |
|
Specifies if This property is part of the FormComponentProps interface. | |
rounded? |
|
|
Configures the The available options are:
jsx
|
size? |
|
|
Configures the The available options are:
jsx
|
skipDisabledItems? |
|
Defines if ComboBox's disabled items will be skipped or focused when navigating through the list of items using a keyboard. Defaults to jsx
| |
style? |
|
The styles that are applied to the ComboBox. jsx
| |
suffix? |
|
Sets a custom suffix to the ComboBox component. jsx
| |
suggest? |
|
Enables the auto-completion of the text based on the first data item (see example). jsx
| |
svgIcon? |
|
Sets the specified SVG icon. jsx
| |
tabIndex? |
|
Specifies the jsx
| |
textField? |
|
Sets the data item field that represents the item text. If the data contains only primitive values, do not define it. jsx
| |
title? |
|
Sets the title attribute to the underlying input element of the ComboBox. jsx
| |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. This property is part of the FormComponentProps interface. | |
validityStyles? |
|
If set to This property is part of the FormComponentProps interface. | |
value? |
|
Sets the value of the ComboBox (more information and examples). jsx
| |
valueRender? |
|
Fires when the ComboBox input element is about to be rendered. Use it to override the default appearance of the component. jsx
| |
virtual? |
|
Configures the virtual scrolling of the ComboBox (more information and examples). jsx
|