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 e7d134b commit 1e6a337Copy full SHA for 1e6a337
docs/partials/examples/_examples.pug
@@ -40,7 +40,7 @@
40
- `:hide-selected="true"` – already selected options will not be displayed in the dropdown
41
- `:clear-on-select="false"` – the search query stays the same after selecting an option
42
#### New in v2.0.0 stable:
43
- - You can now pass `<template slot="tag scope="props"><Your code></template>` to use a different markup for selected options (tags)
+ - You can now pass `<template slot="tag" scope="props"><Your code></template>` to use a different markup for selected options (tags)
44
+example('MultiSelect')
45
+subsection('Asynchronous select')
46
:markdown-it
0 commit comments