diff --git a/core/src/components/input/input.tsx b/core/src/components/input/input.tsx index 8615969850..b749e719b5 100644 --- a/core/src/components/input/input.tsx +++ b/core/src/components/input/input.tsx @@ -234,7 +234,7 @@ export class Input implements ComponentInterface { } componentWillLoad() { - this.inheritedAttributes = inheritAttributes(this.el, ['tabindex', 'title']); + this.inheritedAttributes = inheritAttributes(this.el, ['aria-label', 'tabindex', 'title']); } connectedCallback() {