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 ec08bba commit 180777eCopy full SHA for 180777e
documentation/partials/examples/MultiSelect.vue
@@ -17,7 +17,7 @@ div
17
slot="selection"
18
slot-scope="{ values, search, isOpen }"
19
)
20
- span.multiselect__single(v-if="values.length && !isOpen")
+ span.multiselect__single(v-if="values.length", v-show="!isOpen")
21
| {{ values.length }} options selected
22
pre.language-json
23
code.
0 commit comments