File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 12
12
class =" multiselect" >
13
13
<div @mousedown.prevent =" toggle()" class =" multiselect__select" ></div >
14
14
<div v-el:tags class =" multiselect__tags" >
15
- <span
16
- v-if =" multiple"
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 >
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 >
29
30
</span >
30
31
<template v-if =" value && value .length > limit " >
31
32
<strong v-text =" limitText(value.length - limit)" ></strong >
You can’t perform that action at this time.
0 commit comments