mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-27 11:47:20 +00:00
Fix attributes broken by the warning fixes (#23182)
This commit is contained in:
@@ -51,7 +51,7 @@ export class HaDateInput extends LitElement {
|
||||
|
||||
@property() public helper?: string;
|
||||
|
||||
@property({ attribute: false, type: Boolean }) public canClear = false;
|
||||
@property({ attribute: "can-clear", type: Boolean }) public canClear = false;
|
||||
|
||||
render() {
|
||||
return html`<ha-textfield
|
||||
|
||||
Reference in New Issue
Block a user