File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,11 @@ h2.typo__h2#sub-slots(data-section) Slots
33
33
td.table__td : strong afterList
34
34
td.table__td
35
35
| Shows after the list, when dropdown is open.
36
+ tr.table__tr
37
+ td.table__td : strong caret
38
+ td.table__td
39
+ | Element for opening and closing the dropdown.
40
+ br
41
+ | Props
42
+ ul
43
+ li <code >toggle: Function</code > – toggles the dropdown.
Original file line number Diff line number Diff line change 9
9
@keydown.enter.tab.stop.self =" addPointerElement($event)"
10
10
@keyup.esc =" deactivate()"
11
11
class =" multiselect" >
12
- <slot name =" carret " >
12
+ <slot name =" caret " :toggle = " toggle " >
13
13
<div @mousedown.prevent.stop =" toggle()" class =" multiselect__select" ></div >
14
14
</slot >
15
15
<slot name =" clear" :search =" search" ></slot >
You can’t perform that action at this time.
0 commit comments