ChipListTagHelper
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 | Fires when the user clicks the remove icon of the Chip. |
on-select | String | 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> | |
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 | |
has-client-component | Boolean | |
sanitize-id | Boolean |