We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83667c2 commit 9ac4aa8Copy full SHA for 9ac4aa8
panel/src/components/Forms/Input/TagsInput.vue
@@ -13,7 +13,7 @@
13
@click.stop="$refs.toggle?.$el?.click()"
14
>
15
<k-button
16
- v-if="!max || value.length < max"
+ v-if="!disabled && (!max || value.length < max)"
17
:id="id"
18
ref="toggle"
19
:autofocus="autofocus"
0 commit comments