Combo-box accessibility and other fixes (#13496)

This commit is contained in:
Steve Repsher
2022-08-30 21:50:04 -04:00
committed by GitHub
parent e463a997c1
commit ae4a37f23a
26 changed files with 54 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
import { html, LitElement, TemplateResult } from "lit";
import { ComboBoxLitRenderer } from "lit-vaadin-helpers";
import { ComboBoxLitRenderer } from "@vaadin/combo-box/lit";
import { customElement, property, query, state } from "lit/decorators";
import { isComponentLoaded } from "../common/config/is_component_loaded";
import { fireEvent } from "../common/dom/fire_event";