1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00

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 { css, 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 { fireEvent } from "../common/dom/fire_event";
import { customIcons } from "../data/custom_icons";