diff --git a/packages/stencil-library/src/components/dnn-input/dnn-input.tsx b/packages/stencil-library/src/components/dnn-input/dnn-input.tsx index eba9cf1e..8d34860a 100644 --- a/packages/stencil-library/src/components/dnn-input/dnn-input.tsx +++ b/packages/stencil-library/src/components/dnn-input/dnn-input.tsx @@ -184,7 +184,7 @@ export class DnnInput { return false; } - if (this.value == 0){ + if (this.value === 0 || this.value === "0") { return false; }