paper-input icon indicating copy to clipboard operation
paper-input copied to clipboard

A Material Design text field

Results 103 paper-input issues
Sort by recently updated
recently updated
newest added

### Description The `--paper-input-container-input-invalid` mixin is not getting applied when input is in invalid state ### Expected outcome As per the given example, the `background-color` of input should change to...

I have tried to provide you a jsbin, but it's not working (somehow the value doesn't even get set), but I will link it here anyways: http://jsbin.com/begixoroke/edit?html,js,output When you have...

Any hope that the helper text as described in [this issue](https://github.com/PolymerElements/paper-input/issues/522) will be implemented?

### Description The `invalid-changed` event is fired only in Chrome ### Expected outcome Event fired in all browsers ### Actual outcome Event fired only on chrome ### Browsers Affected -...

`inputElement` does not return the native HTML input element but instead returns ``. This almost certainly has to do with Polymer 2 doing away with the `is` attribute and requiring...

### Description When tabbing forward and backwards into adjacent paper-input fields, and one of the field disables and then un-disables some elements, they actually remain disabled. This is because tabindex="-1"...

### Description In the [documentation](https://www.webcomponents.org/element/PolymerElements/paper-input/paper-input-container) for paper-input-container, it says that --paper-input-container-invalid-color will be applied to the label and underline color when the input is invalid. However, in practice it only...

### Description The paper-input validation on iOS Safari is not working as expected. Calling this.$.myPaperInput.validate() works as expected on Chrome and shows the error message. However, validate() returns true on...

### Description Importing the `paper-input` element resets/breaks typography across the project and renders it unusable. Note that the import causes the breakage, i.e. ``). Having looked through the `paper-input` project,...

They should be property bindings (`=`) not attribute binding `$=`

help wanted
good-first-bug
p1 - backlog