We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c274693 commit bad0b77Copy full SHA for bad0b77
src/components/MdField/MdSelect/MdOption.vue
@@ -39,7 +39,7 @@
39
return this.MdOptgroup.disabled || this.disabled
40
},
41
key () {
42
- let isSet = (this.value || this.value === 0)
+ let isSet = (this.value || this.value === 0 || this.value === '')
43
return isSet ? this.value : this.uniqueId
44
45
inputLabel () {
0 commit comments