File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change 11
11
@keyup.esc =" deactivate()"
12
12
class =" multiselect" >
13
13
<div @mousedown.prevent =" toggle()" class =" multiselect__select" ></div >
14
- <div v-el:tags v-if =" multiple" class =" multiselect__tags" >
15
- <span
16
- v-for =" option in visibleValue"
17
- track-by =" $index"
18
- onmousedown =" event.preventDefault()"
19
- class =" multiselect__tag" >
20
- <span v-text =" getOptionLabel(option)" ></span >
21
- <i
22
- aria-hidden =" true"
23
- tabindex =" 1"
24
- @keydown.enter.prevent =" removeElement(option)"
25
- @mousedown.prevent =" removeElement(option)"
26
- class =" multiselect__tag-icon" >
27
- </i >
14
+ <div v-el:tags class =" multiselect__tags" >
15
+ <span v-if =" multiple" >
16
+ <span
17
+ v-for =" option in visibleValue"
18
+ track-by =" $index"
19
+ onmousedown =" event.preventDefault()"
20
+ class =" multiselect__tag" >
21
+ <span v-text =" getOptionLabel(option)" ></span >
22
+ <i
23
+ aria-hidden =" true"
24
+ tabindex =" 1"
25
+ @keydown.enter.prevent =" removeElement(option)"
26
+ @mousedown.prevent =" removeElement(option)"
27
+ class =" multiselect__tag-icon" >
28
+ </i >
29
+ </span >
28
30
</span >
29
31
<template v-if =" value && value .length > limit " >
30
32
<strong v-text =" limitText(value.length - limit)" ></strong >
You can’t perform that action at this time.
0 commit comments