🌐 AI搜索 & 代理 主页
Skip to content

Commit ca572b3

Browse files
committed
Update README.md
1 parent ede5fe4 commit ca572b3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/components/form-tags/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,15 @@ to either an empty string (`''`) or `null`.
317317

318318
## Limiting tags
319319

320-
If you want to limit the amount of tags the user is able to add use the `limit` prop. Adding more
321-
tags than the `limit` allows is only possible by the `v-model`.
320+
If you want to limit the amount of tags the user is able to add use the `limit` prop. When
321+
configured, adding more tags than the `limit` allows is only possible by the `v-model`.
322322

323-
When the limit is reached, a message is shown to give the user feedback. This message is
324-
configurable by the `limit-tags-text` prop. Setting the prop to either an empty string (`''`) or
325-
`null` will disable the feedback from being shown.
323+
When the limit of tags is reached, the user is still able to type but adding more tags is disabled.
324+
A message is shown to give the user feedback about the reached limit. This message can be configured
325+
by the `limit-tags-text` prop. Setting it to either an empty string (`''`) or `null` will disable
326+
the feedback.
327+
328+
Removing tags is unaffected by the `limit` prop.
326329

327330
```html
328331
<template>

0 commit comments

Comments
 (0)