You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/partials/examples/_examples.pug
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@
37
37
38
38
#### Optional configuration flags:
39
39
- `:close-on-select="false"` – the dropdown stays open after selecting an option
40
-
- `:hide-selected="true"` – already selected options will not be displayed in the dropdown
41
40
- `:clear-on-select="false"` – the search query stays the same after selecting an option
42
41
#### New in v2.0.0 stable:
43
42
- You can now pass `<template slot="tag" slot-scope="props"><Your code></template>` to use a different markup for selected options (tags)
@@ -51,6 +50,7 @@
51
50
It is convenient to set the `:loading` prop to `true`, whenever a request is in progress. Look at the provided `asyncFind` method for an example usage.
52
51
53
52
#### Optional configuration flags:
53
+
- `:hide-selected="true"` – already selected options will not be displayed in the dropdown
54
54
- `:internal-search="false"` – disables the multiselect’s internal search engine. If you do that, you have to manually update the available `:options`.
55
55
- `:limit="3"` – limits the visible results to 3.
56
56
- `:limit-text="limitText"` – function that receives the current selected options count and should return a string to show when the `:limit` count is exceed
0 commit comments