Skip to content
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 does not work in 'box' mode #1858

Closed
tinloaf opened this issue Oct 25, 2018 · 1 comment
Closed

Input Number does not work in 'box' mode #1858

tinloaf opened this issue Oct 25, 2018 · 1 comment

Comments

@tinloaf
Copy link
Contributor

tinloaf commented Oct 25, 2018

Home Assistant release with the issue:
0.81.0.dev0

Last working Home Assistant release (if known):
Not sure

Browser and Operating System:
Chromium 69.0.3497.100 on Gentoo Linux

Description of problem:
input_numbers do not show any box if they are in box mode.

See also the long thread here: home-assistant/core#16957

Javascript errors shown in the web inspector (if applicable):
None that are applicable.

Additional information:
I think the problem is here:

https://github.com/home-assistant/home-assistant-polymer/blob/56a9ff2b3567693141b1a573fc5dab8919809d77/src/state-summary/state-card-input_number.js#L43-L44

The ha-slider tag is incorrectly closed as paper-slider, thus swallowing the following paper-input.

I'm trying to cook up a PR, but my frontend development environment is out of date, and setting up the whole node.js thing might take a while, so if anybody wants to go ahead and fix this… ;-)

@zsarnett
Copy link
Contributor

#1861
Closing

@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants