mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 03:19:44 +00:00
Bunch of fixes and cleanup (#11636)
This commit is contained in:
@@ -31,7 +31,7 @@ export class HaSelector extends LitElement {
|
||||
@property({ type: Boolean }) public disabled = false;
|
||||
|
||||
public focus() {
|
||||
this.shadowRoot!.getElementById("selector")?.focus();
|
||||
this.shadowRoot?.getElementById("selector")?.focus();
|
||||
}
|
||||
|
||||
private get _type() {
|
||||
|
||||
Reference in New Issue
Block a user