diff --git a/core/src/components/input/input.tsx b/core/src/components/input/input.tsx index 09aca66949..55865d0ee8 100644 --- a/core/src/components/input/input.tsx +++ b/core/src/components/input/input.tsx @@ -405,6 +405,7 @@ export class Input implements ComponentInterface { onKeyDown={this.onKeydown} /> {(this.clearInput && !this.readonly && !this.disabled) &&