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: src/components/form-tags/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -379,6 +379,8 @@ The default slot scope properties are as follows:
379
379
|`isLimitReached`| Boolean | <spanclass="badge badge-secondary">v2.17.0+</span> `true` if a `limit` is configured and the amount of tags has reached the limit |
380
380
|`disableAddButton`| Boolean | Will be `true` if the tag(s) in the input cannot be added (all invalid and/or duplicates) |
381
381
|`disabled`| Boolean |`true` if the component is in the disabled state. Value of the `disabled` prop |
382
+
|`required`| Boolean | <spanclass="badge badge-secondary">v2.20.0+</span> The value of the `required` prop |
383
+
|`form`| String | <spanclass="badge badge-secondary">v2.20.0+</span> The value of the `form` prop |
382
384
|`state`| Boolean | The contextual state of the component. Value of the `state` prop. Possible values are `true`, `false` or `null`|
383
385
|`size`| String | The value of the `size` prop |
384
386
|`limit`| String | <spanclass="badge badge-secondary">v2.17.0+</span> The value of the `limit` prop |
0 commit comments