AutoCompleteProps
Represents the props of the KendoReact AutoComplete component.
Name | Type | Default | Description |
---|---|---|---|
accessKey? |
|
Specifies the jsx
| |
adaptive? |
|
|
Providing different rendering of the popup element based on the screen dimensions. jsx
|
adaptiveSubtitle? |
|
Specifies the text that is rendered as subtitle in the adaptive popup(action sheet).
Applicable only when jsx
| |
adaptiveTitle? |
|
Specifies the text that is rendered as title in the adaptive popup(action sheet).
Applicable only when 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
| |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. jsx
| |
className? |
|
Sets additional classes to the AutoComplete. jsx
| |
clearButton? |
|
By default, the AutoComplete renders a button on hovering over the component, which resets the value.
If jsx
| |
data? |
|
Sets the data of the AutoComplete (more information and example). jsx
| |
dataItemKey? |
|
Sets the key for comparing the data items of the AutoComplete. If jsx
| |
defaultValue? |
|
Sets the default value of the AutoComplete. Similar to the native jsx
| |
dir? |
|
Represents the jsx
| |
disabled? |
|
Sets the disabled state of the AutoComplete. jsx
| |
fillMode? |
|
|
Configures the The available options are:
jsx
|
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). jsx
| |
groupField? |
|
Sets the data item field that represents the start of a group. Applicable to objects data. jsx
| |
groupHeaderItemRender? |
|
Fires when a AutoComplete group header item is about to be rendered. Used to override the default appearance of the group's headers. jsx
| |
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. jsx
| |
header? |
|
Sets the header component of the AutoComplete (see example). 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 an AutoComplete 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 AutoComplete. 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 AutoComplete (see example). jsx
| |
name? |
|
Specifies the This property is part of the FormComponentProps interface. | |
onBlur? |
|
Fires each time the AutoComplete gets blurred. jsx
| |
onChange? |
|
Fires each time the value of the AutoComplete is about to change (more information and example). jsx
| |
onClose? |
|
Fires each time the popup of the AutoComplete is about to close. jsx
| |
onFocus? |
|
Fires each time the user focuses the AutoComplete. jsx
| |
onOpen? |
|
Fires each time the popup of the AutoComplete is about to open. jsx
| |
opened? |
|
Sets the opened and closed state of the AutoComplete. jsx
| |
placeholder? |
|
The hint that is displayed when the AutoComplete is empty. jsx
| |
popupSettings? |
|
Configures the popup of the AutoComplete. jsx
| |
prefix? |
|
Sets a custom prefix to the AutoComplete component. jsx
| |
readonly? |
|
Sets the read-only state of the AutoComplete. 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 AutoComplete'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 AutoComplete. jsx
| |
suffix? |
|
Sets a custom suffix to the AutoComplete component. jsx
| |
suggest? |
|
Enables the auto-completion of the text based on the first data item (see example). 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
| |
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). jsx
| |
valueRender? |
|
Fires when the AutoComplete input element is about to be rendered. Use it to override the default appearance of the component. jsx
|