You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/chip/overview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,11 @@ The table below lists the Chip parameters. Also check the [Chip API Reference](/
59
59
60
60
| Parameter | Type and Default Value | Description |
61
61
| --- | --- | --- |
62
+
|`AriaLabel`|`string`| Maps to the `aria-label` attribute of the `<div class="k-chip">` element. Use this parameter if the text that labels the component is not visible. |
62
63
|`Class`|`string`| An additional CSS class for the `<div class="k-chip">` element. Use it to [customize the component styles and override the theme]({%slug themes-override%}). |
63
64
|`Disabled`|`bool`| Specifies if the Chip is disabled. |
64
65
|`Icon`|`object`| Use this parameter to render an icon in the chip. |
66
+
|`Id`|`string`| Renders as the `id` attribute on the `<select />` element, so you can attach a `<label for="">` to it. |
65
67
|`Removable`|`bool`| Specifies if the chip can be removed by the user. If set to `true` a remove icon will be rendered on each available chip. |
66
68
|`RemoveIcon`|`object`| Defines the icon that will be rendered if the `Removable` parameter is set to `true`. |
67
69
|`Selectable`|`bool` <br/> (`true`) | Specifies if the Chip can be selected. Overrides the `Selected` parameter value.|
0 commit comments