We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fb318 commit abe1b34Copy full SHA for abe1b34
src/Multiselect.vue
@@ -305,7 +305,7 @@
305
inputStyle () {
306
if (this.multiple && this.value && this.value.length) {
307
// Hide input by setting the width to 0 allowing it to receive focus
308
- return this.isOpen ? { 'width': 'auto' } : { 'width': '0', 'position': 'absolute' }
+ return this.isOpen ? { 'width': 'auto' } : { 'width': '0', 'position': 'absolute', 'padding': '0' }
309
}
310
},
311
contentStyle () {
0 commit comments