There was an error while loading. Please reload this page.
1 parent 439c99d commit 79e49b6Copy full SHA for 79e49b6
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 || this.value === false)
+ let isSet = (this.value || this.value === 0 || this.value === false || this.value === '')
43
return isSet ? this.value : this.uniqueId
44
45
inputLabel () {
0 commit comments