From e916500e69d956b5f13511107a331d9be7d1c2b0 Mon Sep 17 00:00:00 2001 From: Yomyer Date: Sun, 30 Sep 2018 14:16:48 +0200 Subject: [PATCH] fix(input): tabindex or tab in ion-input do not work with clearInput fix --- core/src/components/input/input.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/input/input.tsx b/core/src/components/input/input.tsx index 68d009d658..2f572a0f32 100644 --- a/core/src/components/input/input.tsx +++ b/core/src/components/input/input.tsx @@ -372,6 +372,7 @@ export class Input implements ComponentInterface { (this.clearInput && !this.readonly && !this.disabled) &&