AutoCompleteProps
Represents the props of the KendoReact AutoComplete component.
Name | Type | Default | Description |
---|---|---|---|
accessKey? |
|
Specifies the | |
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. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
className? |
|
Sets additional classes to the AutoComplete. | |
clearButton? |
|
By default, the AutoComplete renders a button on hovering over the component, which resets the value.
If | |
data? |
|
Sets the data of the AutoComplete (more information and example). | |
dataItemKey? |
|
Sets the key for comparing the data items of the AutoComplete. If | |
defaultValue? |
|
Sets the default value of the AutoComplete. Similar to the native | |
dir? |
|
Represents the | |
disabled? |
|
Sets the disabled state of the AutoComplete. | |
fillMode? |
|
|
Configures the The available options are:
|
focusedItemIndex? |
|
If set, the AutoComplete 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 AutoComplete (see example). | |
groupField? |
|
Sets the data item field that represents the start of a group. Applicable to objects data. | |
groupHeaderItemRender? |
|
Fires when a AutoComplete group header item is about to be rendered. Used to override the default appearance of the group's headers. | |
groupStickyHeaderItemRender? |
|
Fires when a AutoComplete sticky group header item is about to be rendered. Used to override the default appearance of the sticky group header of the component. | |
header? |
|
Sets the header component of the AutoComplete (see example). | |
id? |
|
Specifies the id of the component. | |
itemRender? |
|
Fires when an AutoComplete list item is about to be rendered (see example). Used to override the default appearance of the list items. | |
label? |
|
Renders a floating label for the AutoComplete. | |
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. | |
loading? |
|
Sets the loading state of the AutoComplete (see example). | |
name? |
|
Specifies the This property is part of the FormComponentProps interface. | |
onBlur? |
|
Fires each time the AutoComplete gets blurred. | |
onChange? |
|
Fires each time the value of the AutoComplete is about to change (more information and example). | |
onClose? |
|
Fires each time the popup of the AutoComplete is about to close. | |
onFocus? |
|
Fires each time the user focuses the AutoComplete. | |
onOpen? |
|
Fires each time the popup of the AutoComplete is about to open. | |
opened? |
|
Sets the opened and closed state of the AutoComplete. | |
placeholder? |
|
The hint that is displayed when the AutoComplete is empty. | |
popupSettings? |
|
Configures the popup of the AutoComplete. | |
prefix? |
|
Sets a custom prefix to the AutoComplete component. | |
readonly? |
|
Sets the read-only state of the AutoComplete. | |
required? |
|
Specifies if This property is part of the FormComponentProps interface. | |
rounded? |
|
|
Configures the The available options are:
|
size? |
|
|
Configures the The available options are:
|
skipDisabledItems? |
|
Defines if AutoComplete's disabled items will be skipped or focused when navigating through the list of items using a keyboard. Defaults to | |
style? |
|
The styles that are applied to the AutoComplete. | |
suffix? |
|
Sets a custom suffix to the AutoComplete component. | |
suggest? |
|
Enables the auto-completion of the text based on the first data item (see example). | |
tabIndex? |
|
Specifies the | |
textField? |
|
Sets the data item field that represents the item text (see example). If the data contains only primitive values, do not define it. | |
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 AutoComplete (more information and example). | |
valueRender? |
|
Fires when the AutoComplete input element is about to be rendered. Use it to override the default appearance of the component. |