From 141b86c49ee90fba99d424704b9afa07a0c73d4f Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Fri, 3 Aug 2018 02:02:59 +0200 Subject: [PATCH] fix(input): hide clear button fixes #15002 --- core/src/components/input/input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/input/input.tsx b/core/src/components/input/input.tsx index 3c4be0f50b..b1ea4f13ef 100644 --- a/core/src/components/input/input.tsx +++ b/core/src/components/input/input.tsx @@ -362,7 +362,7 @@ export class Input implements InputComponent { onKeyDown={this.onKeydown.bind(this)} />, , - this.clearInput &&