mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Fix attributes broken by the warning fixes (#23182)
This commit is contained in:
@@ -15,7 +15,8 @@ export class HaTextField extends TextFieldBase {
|
||||
@property({ type: Boolean }) public icon = false;
|
||||
|
||||
// @ts-ignore
|
||||
@property({ attribute: false, type: Boolean }) public iconTrailing = false;
|
||||
// eslint-disable-next-line lit/attribute-names
|
||||
@property({ type: Boolean }) public iconTrailing = false;
|
||||
|
||||
@property() public autocomplete?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user