mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-21 09:39:48 +00:00
Convert inputs (#11907)
* Convert inputs * Update dialog-thingtalk.ts * imports
This commit is contained in:
@@ -41,7 +41,7 @@ export class HaDateInput extends LitElement {
|
||||
return html`<ha-textfield
|
||||
.label=${this.label}
|
||||
.disabled=${this.disabled}
|
||||
iconTrailing="calendar"
|
||||
iconTrailing
|
||||
@click=${this._openDialog}
|
||||
.value=${this.value
|
||||
? formatDateNumeric(new Date(this.value), this.locale)
|
||||
|
Reference in New Issue
Block a user