diff --git a/core/src/components/input/input.tsx b/core/src/components/input/input.tsx index 15727fe0e04..5526e21cccf 100644 --- a/core/src/components/input/input.tsx +++ b/core/src/components/input/input.tsx @@ -366,6 +366,7 @@ export class Input implements ComponentInterface { * such as [type] in Angular. */ this.onTypeChange(); + this.debounceChanged(); } componentDidRender() {