hide helper buttons from readers

This commit is contained in:
Cory LaViska
2022-03-16 17:39:39 -04:00
parent 339eacb01f
commit 34676105a1

View File

@@ -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"
>