mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-18 07:20:24 +00:00
Improve label picker UI and search (#25522)
This commit is contained in:
@@ -441,7 +441,10 @@ export class HaTargetPicker extends SubscribeMixin(LitElement) {
|
||||
.hass=${this.hass}
|
||||
id="input"
|
||||
.type=${"label_id"}
|
||||
.label=${this.hass.localize(
|
||||
.placeholder=${this.hass.localize(
|
||||
"ui.components.target-picker.add_label_id"
|
||||
)}
|
||||
.searchLabel=${this.hass.localize(
|
||||
"ui.components.target-picker.add_label_id"
|
||||
)}
|
||||
no-add
|
||||
|
||||
Reference in New Issue
Block a user