-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
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
input_number almost impossible to use in box mode #9779
Comments
Additionally on Chrome Android there is no up/down arrow so it's almost impossible to change a value. |
Another things, since the value is constraint by min and max, it's impossible to type a value because the field is automatically correct to respect min or max |
Home Assistant release ( hass --version ): 0.55
|
I made a pull request to add support for the step, min and max settings and to support decimal numbers. |
The PR home-assistant/frontend#451 has been merged but the problem is still here in release 0.56.1 Example : The box should wait during typing, for example 500ms between the last keystroke and the auto correct. |
|
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 |
Still an (annoying) issue. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 |
Problem with input_number in box mode still exists. Issue: Input field not visible at all. EDIT: On the other hand the input_text looks good and works well. I will try to have a look where is the difference with the html input tag so that it does not appear at all. |
I agree, same problem with 0.79.3 |
I think that the major factor is how the browser interprets the web page presented. |
Google Chrome 69 (Linux) |
The same on Chrome 69 (win), Edge 42 (win) and Safari 12.0 (iPhone). |
On a pc ? On Android ? On a mac ? |
So... it seems that in the file app-084b7564.js there is this piece of html code on line 5319. So, if the word ha-slider will be exchanged with paper-slider in the line 5319, maybe it will work ? EDIT: Tests done with success ! So in short, this line: |
@yunnanpl what do you mean by "exchanged with < /paper-slider>"? You should probably add a pull request if this really fixes it. If you are right then this PR from 2 weeks ago may have introduced the problem in the first place: home-assistant/frontend@3961eff#diff-ac832a113130c8082287f3037b457f02 |
I think !!! it's fixed. |
ok for me on 0.81.0, thanks ! |
Fixed in home-assistant/frontend#1861 which was part of 0.81. Please open a new issue if you still see issues 👍 |
Home Assistant release (
hass --version
): 0.55Python release (
python3 --version
): 3.5.3Component/platform: input_number
Description of problem:
input_number doesn't respect step if set to 0.5 in "box" mode. It works in slider mode
Expected:
input_number should use the specified step
The text was updated successfully, but these errors were encountered: