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
If you fancy a different look and feel for the tags control, you can provide your own custom
@@ -344,17 +376,23 @@ The default slot scope properties are as follows:
344
376
|`invalidTags`| Array | Array of the invalid tag(s) the user has entered |
345
377
|`isDuplicate`| Boolean |`true` if the user input contains duplicate tag(s) |
346
378
|`duplicateTags`| Array | Array of the duplicate tag(s) the user has entered |
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 |
347
380
|`disableAddButton`| Boolean | Will be `true` if the tag(s) in the input cannot be added (all invalid and/or duplicates) |
348
381
|`disabled`| Boolean |`true` if the component is in the disabled state. Value of the `disabled` prop |
349
382
|`state`| Boolean | The contextual state of the component. Value of the `state` prop. Possible values are `true`, `false` or `null`|
350
383
|`size`| String | The value of the `size` prop |
384
+
|`limit`| String | <spanclass="badge badge-secondary">v2.17.0+</span> The value of the `limit` prop |
351
385
|`separator`| String | The value of the `separator` prop |
352
386
|`placeholder`| String | The value of the `placeholder` prop |
353
387
|`tagRemoveLabel`| String | Value of the `tag-remove-label` prop. Used as the `aria-label` attribute on the remove button of tags |
354
388
|`tagVariant`| String | The value of the `tag-variant` prop |
389
+
|`tagPills`| Boolean | The value of the `tag-pills` prop |
355
390
|`tagClass`| String, Array, or Object | The value of the `tag-variant` prop. Class (or classes) to apply to the tag elements |
356
391
|`addButtonText`| String | The value of the `add-button-text` prop |
357
392
|`addButtonVariant`| String | The value of the `add-button-variant` prop |
393
+
|`invalidTagText`| String | The value of the `invalid-tag-text` prop |
394
+
|`duplicateTagText`| String | The value of the `duplicate-tag-text` prop |
395
+
|`limitTagsText`| String | <spanclass="badge badge-secondary">v2.17.0+</span> The value of the `limit-tags-text` prop |
0 commit comments