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

I have a requirement to display paper-dropdown-menu as a standard dropdown and not in material design. I need to do it through stylesheet as few of our customer still want...

I want to change the -webkit-autofill background and colour to something different than the standard yellow. Because I can't change the shadow dom input tag I am unable to style...

### Description I wanted to remove the underline of a paper-input to make it look more like a read-only component. So I added a css class named "nounderline" to my...

### Description if you have paper-input type="number" and auto-validate pattern="[0-9]+" and you start typing with a '-' or an 'e' (allowed characters beside numbers), the floating does not work. ###...

Repro: Can be seen on the [official demo page](https://www.webcomponents.org/element/PolymerElements/paper-input/demo/demo/index.html). Move the mouse over the first letter of the "text input" floating label of the 2nd paper-input instance. Observe that the...

### Description The label for a paper-texarea is not shown in IE 11 ### Expected outcome Specified label should be shown in a paper-textarea - It is shown properly in...

### Description The documentation says that you can use the `iron-input-validate` event to validate an input. This is not actually possible because the `.validate()` method returns a value _before_ firing...

### Description It looks like the textarea's aria-labelledby is populated with the id of the label, however, the label is not in the same shadow dom as the textarea, so...

I was going through the Material Design specification and there the input fields have a hover style with a 2px underline in 87% black. ![states](https://user-images.githubusercontent.com/908568/34447436-16a141c4-ece4-11e7-8a62-31da2647806d.png) paper-input currently doesn't do that.

### Description When using the HTML5 platform you can specify a `datalist` to use with an `input`: ... Although the `list` attribute is copied across to the internal native `input`...