mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +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;
|
justify-content: flex-start;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
|
font-family: -apple-system, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-select {
|
.v-select {
|
||||||
|
|||||||
@@ -216,7 +216,6 @@
|
|||||||
}
|
}
|
||||||
.v-select input[type="search"].hidden {
|
.v-select input[type="search"].hidden {
|
||||||
border: none;
|
border: none;
|
||||||
height: 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user