From d8b377ffeb88eaae23b33eadeae5c8e54e1bc77c Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 15 Jun 2020 13:36:11 -0400 Subject: [PATCH] fix(input): add aria-label to clear button (#21538) --- 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 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) &&