Skip to content

Commit

Permalink
fix(textfield)!: remove autocomplete-specific features for now
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 546122154
  • Loading branch information
asyncLiz authored and copybara-github committed Jul 6, 2023
1 parent b4b3e67 commit 8fee0a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions textfield/lib/text-field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,7 @@ export abstract class TextField extends LitElement {
return html`
<input
style=${styleMap(style)}
aria-autocomplete=${
(this as ARIAMixinStrict).ariaAutoComplete || nothing}
aria-describedby="description"
aria-expanded=${(this as ARIAMixinStrict).ariaExpanded || nothing}
aria-invalid=${this.hasError}
aria-label=${
(this as ARIAMixinStrict).ariaLabel || this.label || nothing}
Expand Down

0 comments on commit 8fee0a7

Please sign in to comment.