We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When attempting to input floating-point numbers in Home Assistant, trailing zeros are not allowed directly.
For example:
0.07
0.7
0
7
See screen recording for effect. The trailing zero is automatically removed:
Trailing zeros numbers should not be automatically cut while typing. Instead they can be trimmed when the focus of the input field is lost.
core-2024.11.1
No response
Safari 17.6, Mozilla Firefox 132.0.2
macOS 14.6.1, Windows 11
The text was updated successfully, but these errors were encountered:
fwiw, you can paste the value in to get around the validator.
Sorry, something went wrong.
No branches or pull requests
Checklist
Describe the issue you are experiencing
When attempting to input floating-point numbers in Home Assistant, trailing zeros are not allowed directly.
For example:
0.07
cannot be entered directly.0.7
and then add a0
before the7
to achieve the desired value.See screen recording for effect. The trailing zero is automatically removed:
Screen.Recording.2024-11-16.at.13.14.37.mov
Describe the behavior you expected
Trailing zeros numbers should not be automatically cut while typing. Instead they can be trimmed when the focus of the input field is lost.
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
core-2024.11.1
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
Safari 17.6, Mozilla Firefox 132.0.2
Which operating system are you using to run this browser?
macOS 14.6.1, Windows 11
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: