File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 5
5
v-model =" value"
6
6
:options =' options'
7
7
:searchable =" true"
8
- :close-on-select =" false "
9
- :max-height =" 150 "
8
+ :close-on-select =" true "
9
+ :max-height =" 90 "
10
10
:option-height =" 20"
11
11
@input =" handleSelect(value)"
12
- placeholder =" Select a component" ></multiselect >
12
+ placeholder =" Select a component" >
13
+ <span slot =' noResult' >No elements found.</span >
14
+ </multiselect >
13
15
<br />
14
16
<a
15
17
v-for =" componentData in activeRouteDisplay"
Original file line number Diff line number Diff line change 8
8
:close-on-select =" true"
9
9
:options =" options"
10
10
@input =" handleSelect"
11
- :max-height =" 150 "
11
+ :max-height =" 90 "
12
12
:option-height =" 20"
13
13
:searchable =" true"
14
- ></multiselect >
14
+ >
15
+ <span slot =' noResult' >No elements found.</span >
16
+ </multiselect >
15
17
</div >
16
18
</template >
17
19
You can’t perform that action at this time.
0 commit comments