AutoCompleteProps
Represents the props of the Kendo UI for Vue 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. | |
| ariaLabel? | 
 | Defines the aria-label attribute of the component. | |
| ariaLabelledBy? | 
 | Identifies the element(s) which will label the component. | |
| dataItems? | 
 | Sets the data of the AutoComplete (more information and example). | |
| 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. | |
| inputAttributes? | 
 | Sets the built-in HTML attributes of the inner focusable input element. Attributes which are essential for certain component functionalities cannot be changed. | |
| 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). | |
| modelValue? | 
 | Sets the v-model value of the AutoComplete (more information and example). | |
| name? | 
 | Specifies the  | |
| 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. | |
| readonly? | 
 | Sets the read-only state of the AutoComplete. | |
| required? | 
 | Specifies if  | |
| rounded? | 
 | 
 | Configures the  The available options are: 
 | 
| size? | 
 | 
 | Configures the  The available options are: 
 | 
| 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  | |
| validationMessage? | 
 | Controls the form error message of the component. If set to an empty string, no error will be thrown. | |
| validityStyles? | 
 | If set to  | |
| value? | 
 | Sets the value of the AutoComplete (more information and example). |