mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 05:20:31 +00:00
Fix ha-form on edge (#4248)
This commit is contained in:
@@ -76,14 +76,9 @@ export class HaFormString extends LitElement implements HaFormElement {
|
||||
if (this.data === value) {
|
||||
return;
|
||||
}
|
||||
fireEvent(
|
||||
this,
|
||||
"value-changed",
|
||||
{
|
||||
value,
|
||||
},
|
||||
{ bubbles: false }
|
||||
);
|
||||
fireEvent(this, "value-changed", {
|
||||
value,
|
||||
});
|
||||
}
|
||||
|
||||
private _stringType() {
|
||||
|
||||
Reference in New Issue
Block a user