File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments