Skip to content

Commit c35e96f

Browse files
author
Andrey Helldar
committed
Added buttons for quick cleaning of lists
1 parent ed00129 commit c35e96f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/vue.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
item-value="key"
1818
item-text="value"
1919
hide-details="true"
20+
clearable
2021
multiple
2122
chips
2223
></v-select>
@@ -30,6 +31,7 @@
3031
item-value="key"
3132
item-text="value"
3233
hide-details="true"
34+
clearable
3335
multiple
3436
chips
3537
></v-select>
@@ -43,6 +45,7 @@
4345
item-value="key"
4446
item-text="value"
4547
hide-details="true"
48+
clearable
4649
multiple
4750
chips
4851
></v-select>

0 commit comments

Comments
 (0)