DropDownListProps
Represents the props of the KendoReact DropDownList component.
Name | Type | Default | Description |
---|---|---|---|
accessKey? |
|
Specifies the jsx
| |
adaptive? |
|
Providing different rendering of the popup element based on the screen dimensions. jsx
| |
adaptiveTitle? |
|
Specifies the text that is rendered as title in the adaptive popup. 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. By default is set to value of jsx
| |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. jsx
| |
className? |
|
Sets additional classes to the DropDownList. jsx
| |
data? |
|
Sets the data of the DropDownList (see example). jsx
| |
dataItemKey? |
|
Sets the key for comparing the data items of the DropDownList. If jsx
| |
defaultItem? |
|
Sets the text of the default empty item. The type of the defined value has to match the data type. jsx
| |
defaultValue? |
|
Sets the default value of the DropDownList (see example). Similar to the native jsx
| |
delay? |
|
Sets the delay before an item search is performed. When filtration is disabled, use this option. jsx
| |
dir? |
|
Represents the jsx
| |
disabled? |
|
Sets the disabled state of the DropDownList. jsx
| |
fillMode? |
|
|
Configures the The available options are:
jsx
|
filter? |
|
Sets the value of filtering input. Useful for making the filtering input a controlled component. jsx
| |
filterable? |
|
Enables the filtering functionality of the DropDownList (more information and examples). jsx
| |
focusedItemIndex? |
|
If set, the DropDownList 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 DropDownList (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 DropDownList's group header item is about to be rendered. Used to override the default appearance of the group's headers. jsx
| |
groupStickyHeaderItemRender? |
|
Fires when a DropDownList's 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 DropDownList (see example). jsx
| |
iconClassName? |
|
Sets CSS classes to the expand jsx
| |
id? |
|
Specifies the id of the component. jsx
| |
ignoreCase? |
|
Enables a case-insensitive search. When filtering is disabled, use this option. jsx
| |
itemRender? |
|
Fires when a DropDownList 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 DropDownList. jsx
| |
leftRightKeysNavigation? |
|
If set to jsx
| |
listNoDataRender? |
|
Fires when the element which indicates no data in the popup is about to be rendered (see example). Used to override the default appearance of the element. jsx
| |
loading? |
|
Sets the loading state of the DropDownList. jsx
| |
name? |
|
Specifies the jsx
| |
onBlur? |
|
Fires each time the DropDownList gets blurred. jsx
| |
onChange? |
|
Fires each time the value of the DropDownList is about to change (see examples). jsx
| |
onClose? |
|
Fires each time the popup of the DropDownList is about to close. jsx
| |
onFilterChange? |
|
Fires each time the user types in the filter input. You can filter the source based on the passed filtration value. jsx
| |
onFocus? |
|
Fires each time the user focuses the DropDownList. jsx
| |
onOpen? |
|
Fires each time the popup of the DropDownList is about to open. jsx
| |
onPageChange? |
|
Fires when both the virtual scrolling of the DropDownList is enabled and the component requires data for another page (see example). jsx
| |
opened? |
|
Sets the opened and closed state of the DropDownList. jsx
| |
popupSettings? |
|
Configures the popup of the DropDownList. 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 DropDownList'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 DropDownList. jsx
| |
svgIcon? |
|
Sets the specified SVG icon. jsx
| |
tabIndex? |
|
Specifies the jsx
| |
textField? |
|
Sets the data item field that represents the item text (see example). If the data contains only primitive values, do not define it. jsx
| |
title? |
|
Sets the title attribute to the DropDownList DOM element. 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 DropDownList (see example). It can either be of the primitive (string, numbers) or of the complex (objects) type. jsx
| |
valueMap? |
|
Represents a callback function, which returns the value for submitting. The returned value will be rendered in an jsx
| |
valueRender? |
|
Fires when the element which renders the value is about to be rendered (see example). Used to override the default appearance of the element. jsx
| |
virtual? |
|
Configures the virtual scrolling of the DropDownList (see example). jsx
|