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:
@@ -18,6 +18,7 @@
|
||||
justify-content: flex-start;
|
||||
flex-wrap: wrap;
|
||||
align-content: center;
|
||||
font-family: -apple-system, sans-serif;
|
||||
}
|
||||
|
||||
.v-select {
|
||||
|
||||
@@ -216,7 +216,6 @@
|
||||
}
|
||||
.v-select input[type="search"].hidden {
|
||||
border: none;
|
||||
height: 0;
|
||||
padding: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user