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

Actual Result: Findable Added Content: The form uses dynamically added error messages. Due to the definition of these messages screen reader users may not be notified when the messages appear,...

### Description I use a paper-input within a dom-if template that utilizes the error-message and invalid parameters. Both are filled by a function, e.g., `error-message="[[_getErrorMessage(_value)]]"`. Within that function I use...

### Description Our app gets called in two separate ways: 1. Like a normal web page through Google chrome 2. Through our native iOS app with WkWebView So our approach...

### Description When trying to make a checkout form, paper-inputs don't autocomplete with payment information stored in browser. ### Expected outcome Like simple inputs, paper-input autocomplete with credit card information...

### Steps to reproduce 1. Having a paper-input type='search' , enter text 2. x button appears on the right , click it to clear entered text **Result**: Entered text is...

### Description If you call `validate()` on the `paper-input type="email"` it will consider valid an incomplete email address. ex: abcd@ is invalid where as abcd@ab is considered valid. ### Browsers...

Is there any plans to add support for newer formAssociated?

### Description Paper-textarea declares to have `pattern` property which it validates but it does not do that. https://elements.polymer-project.org/elements/paper-input?active=paper-textarea#property-pattern ### Expected outcome When the pattern is specified it should be taken...

### Description User can not "tab" to the next paper input if the current paper input contains a paper icon button: ## Live demo -> Inputs can have prefixes and...

### Description When you have input that contains `paper-icon-button` as a suffix it is impossible to use `tab` to move to the button because `paper-input` gets focus when button is...