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 23016fc commit 1ca665fCopy full SHA for 1ca665f
src/counter/index.js
@@ -70,7 +70,7 @@ Component({
70
},
71
72
blurCount(value, callback) {
73
- if (value) {
+ if (value !== undefined) {
74
this.valueRange(value);
75
}
76
callback && callback();
0 commit comments