diff --git a/src/components/input/input.ts b/src/components/input/input.ts index 1e27de91b..6170fd6c5 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -361,6 +361,7 @@ export default class SlInput extends LitElement { part="clear-button" class="input__clear" type="button" + aria-hidden="true" @click=${this.handleClearClick} tabindex="-1" > @@ -376,6 +377,7 @@ export default class SlInput extends LitElement { part="password-toggle-button" class="input__password-toggle" type="button" + aria-hidden="true" @click=${this.handlePasswordToggle} tabindex="-1" >