paper-input
paper-input copied to clipboard
A Material Design text field
I have: ```css paper-input { --paper-input-error: { /* ... */ position: static !important; }; } ``` But in paper-input-error is: ```css :host { /* ... */ @apply --paper-input-error; position: absolute;...
### Description `paper-textarea` `maxRows` only limits the hight of the element but not the amount/count of rows. The `paper-textarea` element need an additional attribute `maxLines` the limit the amount of...
### Description Scrollbar is not displaying when maxRows is exceded. Using the iron elements demo from the catalog. ### Expected outcome Scrollbar should show as demonstrated when max height is...
Demo... 
### Description The screen reader reads the error message of paper-input even if the error hasn't occurred or if the element is valid. ### Expected outcome The screen reader should...
_From @ktiedt on April 27, 2016 18:21_ ### Description In the demo it explains how to remove the underline from a paper-dropdown-menu however it doesnt work because `--paper-inout-container-underline-focus` is also...
Fixes #274 : Add the new required text fields (December 2015 release of the material design spec)
1. Some unicode characters, like 💣 get counted as two chars. 2. newlines in paper-textarea count only as 1 char, but the HTML standard says that newlines HAVE to be...
I like to validate that the input field is not null (`required`) and that the value is unique (compared with values I have in a list). I created a custom...
### Description Just wondering if it would be possible to add a suffix slot in the paper-textarea element. This would allow us to put a drop-down icon there to mimic...