feat(InputTags): add max-length prop

Resolves #4405
This commit is contained in:
Benjamin Canac
2025-07-01 10:34:46 +02:00
parent 4ce654076c
commit b96a1ccbab
2 changed files with 14 additions and 0 deletions

View File

@@ -51,6 +51,17 @@ props:
---
::
### Max Length :badge{label="Soon" class="align-text-top"}
Use the `max-length` prop to set the maximum number of characters allowed in a tag.
::component-code
---
props:
maxLength: 4
---
::
### Color
Use the `color` prop to change the ring color when the InputTags is focused.