mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Focus pin input when adding zwave device (#16557)
This commit is contained in:
parent
cbcca6e190
commit
92ed62985d
@ -597,6 +597,8 @@ class DialogZWaveJSAddNode extends LitElement {
|
||||
} catch (err: any) {
|
||||
this._error = err.message;
|
||||
this._status = "validate_dsk_enter_pin";
|
||||
await this.updateComplete;
|
||||
this._pinInput?.focus();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user