paper-input
paper-input copied to clipboard
Changing maximum height of paper input.
Description
Setting the height via css of paper input causes it to act wierdly.
Expected outcome
The paper input element shrinks to fit.
Actual outcome
the paper-container shrinks, but everything else stays in the same position
Browsers Affected
Only tested on opera.
- [x] Chrome
- [ ] Firefox
- [ ] Safari 9
- [ ] Safari 8
- [ ] Safari 7
- [ ] Edge
- [ ] IE 11
- [ ] IE 10
Yeah, paper-input-container
is a fairly big element, that has a lot of styles and nested elements (such as the label and the input). Just changing its height will probably not propagate as you would expect to all of its children elements.
What's the suggested workaround in this case?
Yeah I was also unable to work out a good way to change the height of paper-input. Any ideas?
Bump