Skip to content

Commit

Permalink
No integer validation on ha-form-float (#24501)
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored Mar 5, 2025
1 parent 03b08fe commit e53961d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ha-form/ha-form-float.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e53961d

Please sign in to comment.