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

Do you have any plans to make `paper-input` (and `paper-checkbox` and other inputs) with [`decorator-pattern`](https://youtu.be/rvpJ5O0W_6A?list=PLNYkxOF6rcIDP0PqVaJxqNWwIgvoEPzJi&t=490)? This would solve all of the below issues? Now using paper inputs and forms is...

### Description The 'paper-textarea' component when viewed in Firefox Mobile on Android, duplicates characters while typing, mostly duplicatign the first character and movign the cursor to just before it. ###...

### Description The paper-textarea element not call the validator function like a paper-input element. ### Expected outcome Validator function for paper-textarea should be called. ### Actual outcome Validator function for...

bug
help wanted
good-first-bug

### Description When writing a lot of text (without doing line breaks) the max-rows property in paper-textarea does not work. So if you only write text without generating a "\n"...

According to the documentation, the max-rows attribute is "The maximum number of rows this element can grow to until it scrolls. " When I limit the number of rows to...

Screenreaders always announce a paper-input's error message, even when there's no error present. ### Expected outcome The error message shouldn't be announced until there is an error. ### Actual outcome...

source: hooli

`` doesn't work with `` with a `maxlength` attribute. ```html ``` This results in an error: ``` paper-input-container.html:461Uncaught TypeError: Cannot read property 'addEventListener' of null at HTMLElement.ready (paper-input-container.html:461) at HTMLElement._invokeBehavior...

### Description I've been trying to set an event listener for `blur` on `paper-input` in Polymer 2.0, no matter what I do I can't get this to fire. `focus` fires...

### Description Cursor appears not to move when arrowing through ligatures. ### Expected outcome (After following repro steps:) Cursor goes between the "f" and the "i". ### Actual outcome Cursor...

source: hooli

It's not possible to provide flags for the RegExp constructor (used by iron-input's allowed-pattern and maybe pattern, too). I. e. providing "hello" as validation pattern flags "Hello" as invalid. Would...