ChipList
Example
Razor
<kendo-chiplist>
<items></items>
</kendo-chiplist>
ChildTags
| Tag Name | Details |
|---|---|
| items | ChipListItemsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | String | Sets the name of the component. |
| fill-mode | ChipFillMode | Sets a value controlling how the color is applied. |
| item-size | ComponentSize | Specifies the size of the chip. |
| on-remove | String | The name of the JavaScript function that will handle the remove event. Fires when the user clicks the remove icon of the Chip. |
| on-select | String | The name of the JavaScript function that will handle the select event. Fires when the user changes a Chip selection in the ChipList. |
| removable | Boolean | Specifies if the Chip items will be removable or not. If the property is set to true, the Chip renders a remove icon. |
| rounded | Rounded | Sets a value controlling the border radius. |
| script-attributes | IDictionary<String,Object> | Sets the attributes that will be added to the script tag of the component's initialization script. |
| selectable | ChipListSelectableMode | Sets the selection mode of the ChipList. |
| size | ComponentSize | Specifies the gap between the Chips in the ChipList. |
| is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
| deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
| as-module | Boolean | Specifies whether the initialization script of the component will be rendered as a JavaScript module. |