2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

Merge pull request #611 from sagalbot/bug/hidden-input

Bug/hidden input
This commit is contained in:
Jeff Sagal
2018-08-09 20:53:40 -07:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@
justify-content: flex-start;
flex-wrap: wrap;
align-content: center;
font-family: -apple-system, sans-serif;
}
.v-select {
-1
View File
@@ -216,7 +216,6 @@
}
.v-select input[type="search"].hidden {
border: none;
height: 0;
padding: 0;
width: 0;
}