ComboBoxProps
Represents the props of the Kendo UI for Vue ComboBox component.
| Name | Type | Default | Description | 
|---|---|---|---|
| accessKey? | 
 | Specifies the  | |
| adaptive? | 
 | Provides different rendering of the popup element based on the screen dimensions (see example). | |
| adaptiveTitle? | 
 | Specifies the text that is rendered as title in the adaptive popup (see example). | |
| allowCustom? | 
 | Specifies whether the ComboBox allows user-defined values that are not present in the dataset (see example). Defaults to  | |
| 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. | |
| className? | 
 | Sets additional classes to the DropDownList. | |
| clearButton? | 
 | If  | |
| dataItemKey? | 
 | Sets the key for comparing the data items of the ComboBox. If  | |
| dataItems? | 
 | Sets the dataItems of the ComboBox (more information and examples). | |
| defaultValue? | 
 | Sets the default value of the ComboBox. Similar to the native  | |
| dir? | 
 | Represents the  | |
| disabled? | 
 | Sets the disabled state of the ComboBox. | |
| fillMode? | 
 | 
 | Configures the  The available options are: 
 | 
| filter? | 
 | Sets the value of ComboBox input. Useful for making the ComboBox input a controlled component. | |
| filterable? | 
 | Enables the filtering functionality of the ComboBox (more information and examples). | |
| 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. | |
| footer? | 
 | Sets the footer component of the ComboBox (see example). | |
| groupField? | 
 | Sets the data item field that represents the start of a group. Applicable to objects data. | |
| groupHeaderItemRender? | 
 | Fires when a ComboBox group header item is about to be rendered. Used to override the default appearance of the group's headers. | |
| 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. | |
| header? | 
 | Sets the header component of the ComboBox (see example). | |
| icon? | 
 | Defines the name for an existing arrow icon. | |
| iconClassName? | 
 | Sets CSS classes to the expand  | |
| 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 a ComboBox 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 ComboBox. | |
| 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. | |
| loading? | 
 | Sets the loading state of the ComboBox (see example). | |
| name? | 
 | Specifies the  | |
| onBlur? | 
 | Fires each time the ComboBox gets blurred. | |
| onChange? | 
 | Fires each time the value of the ComboBox is about to change (see examples). | |
| onClose? | 
 | Fires each time the popup of the ComboBox is about to close. | |
| onFilterchange? | 
 | Fires each time the user types in the filter input (see examples). You can filter the source based on the passed filtration value. | |
| onFocus? | 
 | Fires each time the user focuses the ComboBox. | |
| onOpen? | 
 | Fires each time the popup of the ComboBox is about to open. | |
| onPagechange? | 
 | Fires when both the virtual scrolling of the ComboBox is enabled and the component requires data for another page (more information and examples). | |
| opened? | 
 | Sets the opened and closed state of the ComboBox. | |
| placeholder? | 
 | The hint that is displayed when the ComboBox is empty. | |
| popupSettings? | 
 | Configures the popup of the ComboBox. | |
| 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). | |
| svgIcon? | 
 | Defines the svg icon in a Kendo UI for Vue theme. | |
| tabIndex? | 
 | Specifies the  | |
| textField? | 
 | Sets the data item field that represents the item text. 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 ComboBox (more information and examples). It can either be of the primitive (string, numbers) or of the complex (objects) type. | |
| valueField? | 
 | Sets the data item field that represents the item value. | |
| valuePrimitive? | 
 | Specifies the type of the selected value. If set to true, the selected value has to be of a primitive value. | |
| virtual? | 
 | Configures the virtual scrolling of the ComboBox (more information and examples). |