DropDownTreeProps
Represents the props of the KendoReact DropDownTree component.
Name | Type | Default | Description |
---|---|---|---|
accessKey? |
|
Specifies the | |
adaptive? |
|
Providing different rendering of the popup element based on the screen dimensions. | |
adaptiveTitle? |
|
Specifies the text that is rendered as title in the adaptive popup. | |
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 DropDownTree. | |
data? |
|
Sets the data of the DropDownTree (see example). | |
dataItemKey |
|
Sets the key for comparing the data items of the DropDownTree (see example).
If | |
dir? |
|
Represents the | |
disabled? |
|
Sets the disabled state of the DropDownTree. | |
expandField? |
|
Specifies the name of the field which will provide a Boolean representation of the expanded state of the item. | |
fillMode? |
|
|
Configures the The available options are:
|
filter? |
|
Sets the value of filtering input. Useful for making the filtering input a controlled component. | |
filterable? |
|
Enables the filtering functionality of the DropDownTree (more information and examples). | |
id? |
|
Specifies the id of the component. | |
item? |
|
Defines the component that will be used for rendering each of the DropDownTree items (see example). | |
label? |
|
Renders a floating label for the DropDownTree. | |
listNoData? |
|
Defines the component that will be rendered in the DropDownTree popup when no data is available (see example). | |
loading? |
|
Sets the loading state of the DropDownTree (see example). | |
name? |
|
Specifies the This property is part of the FormComponentProps interface. | |
onBlur? |
|
Fires each time the DropDownTree gets blurred. | |
onChange? |
|
Fires each time the value of the DropDownTree is about to change (see examples). | |
onClose? |
|
Fires each time the popup of the DropDownTree is about to close. | |
onExpandChange? |
|
Fires when the expanding or collapsing of an item is requested (see examples). | |
onFilterChange? |
|
Fires each time the user types in the filter input (see example). You can filter the source based on the passed filtration value. | |
onFocus? |
|
Fires each time the user focuses the DropDownTree. | |
onOpen? |
|
Fires each time the popup of the DropDownTree is about to open. | |
opened? |
|
Sets the opened state of the DropDownTree. | |
placeholder? |
|
The hint that is displayed when the DropDownTree is empty. | |
popupSettings? |
|
Configures the popup of the DropDownTree. | |
required? |
|
Specifies if This property is part of the FormComponentProps interface. | |
rounded? |
|
|
Configures the The available options are:
|
selectField? |
|
Specifies the name of the field which will provide a Boolean representation of the selected state of the item. | |
size? |
|
|
Configures the The available options are:
|
style? |
|
The styles that are applied to the DropDownTree. | |
subItemsField? |
|
Specifies the name of the field which will provide an array representation of the item subitems. Defaults to 'items'. | |
tabIndex? |
|
Specifies the | |
textField |
|
Sets the data item field that represents the item text (see example). | |
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 DropDownTree (see example). It can be an object from the data-tree. | |
valueHolder? |
|
Defines the component that will be used for rendering the selected value (see example). | |
valueMap? |
|
Represents a callback function, which returns the value for submitting. The returned value will be rendered in an jsx
|