No integer validation on ha-form-float (#24501)

This commit is contained in:
karwosts 2025-03-05 00:20:18 -08:00 committed by Bram Kragten
parent d55b806ce5
commit 4783720aaa

View File

@ -38,6 +38,7 @@ export class HaFormFloat extends LitElement implements HaFormElement {
<ha-textfield
type="number"
inputMode="decimal"
step="any"
.label=${this.label}
.helper=${this.helper}
helperPersistent