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 0b81fd9 commit 70cd945Copy full SHA for 70cd945
packages/select/src/select.vue
@@ -650,7 +650,7 @@
650
let inputChildNodes = this.$refs.reference.$el.childNodes;
651
let input = [].filter.call(inputChildNodes, item => item.tagName === 'INPUT')[0];
652
const tags = this.$refs.tags;
653
- const sizeInMap = this.initialInputHeight;
+ const sizeInMap = this.initialInputHeight || 40;
654
input.style.height = this.selected.length === 0
655
? sizeInMap + 'px'
656
: Math.max(
0 commit comments