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 I can't `@apply` [`--paper-input-container-shared-input-style;`](https://github.com/PolymerElements/paper-input/blob/master/paper-input-container.html#L124). When I defined the mixin under html selector in `shared-styles` I was able to apply it to my input. ``` html { --paper-input-container-shared-input-style: {...

### Description When binding to a null variable, a red line appears above the textarea. This occurs in Firefox. ### Expected outcome No red line. ### Actual outcome Red line...

`paper-input` imports `../paper-styles/typography.html` in three places: https://github.com/PolymerElements/paper-input/blob/56089b9e2e6609fc1d0e3a34be9a9e332f2a1b4b/paper-input-container.html#L14 https://github.com/PolymerElements/paper-input/blob/0a50e7670f20db308338278b3c9f20828980b490/paper-input-error.html#L13 https://github.com/PolymerElements/paper-input/blob/0a50e7670f20db308338278b3c9f20828980b490/paper-input-char-counter.html#L12 Each of these will cause any `--paper-font-common-base` mixin that is already set to be overridden with the typography. Instead `paper-input` should...

### Description IE 11 fails to reflect custom property changes with pseudo class hover. ``` #someElement:hover { --paper-input-container-input-color: red; ... } ``` ### Expected outcome In IE 11, hovering over...

pending-response

### Description On `` elements, the `input` event does not fire when using the arrow buttons: ![image](https://user-images.githubusercontent.com/4520820/27357839-1b8eec0c-5614-11e7-923a-2b199189c0d9.png) The reason is that the `input` events from the keyboard have `composed: true`,...

### Description The paper-textarea taking some time to show the typing letters. I have tried to find out the root cause by commenting the styles, removing the attributes and all...

### Description I am using paper-input type="file". And the goal is to validate the input to only allow PDF file. I tried creating custom validator and in the validate function...

### Description Using polymer 2, if I have a paper-input with some validation: ```html ``` Works ok if users go and type into the input. Whoever, if I programatically change...