Skip to content

Commit b566c1c

Browse files
committed
Another correction
1 parent 4eec435 commit b566c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/stencil-library/src/components/dnn-input/dnn-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class DnnInput {
184184
return false;
185185
}
186186

187-
if (this.value == 0 || this.value !== ""){
187+
if (this.value === 0 || this.value === "0") {
188188
return false;
189189
}
190190

0 commit comments

Comments
 (0)