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 ec44ca1 commit 336471fCopy full SHA for 336471f
src/directives/model/select.js
@@ -43,7 +43,7 @@ module.exports = {
43
update: function (value) {
44
var el = this.el
45
el.selectedIndex = -1
46
- if (!value) {
+ if (!value && value !== 0) {
47
if (this.defaultOption) {
48
this.defaultOption.selected = true
49
}
0 commit comments