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

Just found this when opening the file in an _eslint_'ed editor.

cla: yes

Pipe label through as `aria-label`. This (i think) removes the need for the `updateAriaLabelledby` code. Specially this change is intended to fix an issue with paper-textarea. Because there is a...

cla: yes

Currently, it's not possible to use multiple validators on an input. Also see: - https://github.com/PolymerElements/paper-input/issues/289 - https://github.com/PolymerElements/iron-input/issues/53 With this pull request, it will become possible to add multiple validators to...

cla: yes

I wanted to use the paper-input but not style the label, underline and add-on in the same color when invalid. In the current situation all three elements where all styled...

cla: yes

### Description `paper-textarea` change event not fired in Shadowdom because `iron-autogrow-textarea` forgot to fire it manually I will fix it in another PR in `iron-autogrow-textarea` repo

### Description I've installed it on a blank polymer 3 starter kit. got following error: Failed to execute 'define' on 'CustomElementRegistry': this name has already been used with this registry...

Hey guys We need a hover and focus mixin exposed from paper-input-container as we will need to define a style for it. With Shadow root as we are unable to...

### Description paper-textarea change event not firing ### Expected outcome fire ### Actual outcome ### Steps to reproduce `` Probably related to `` ### Browsers Affected - [x] Chrome -...

### Description In the `paper-input` element, it isn't possible to change the color of the placeholder independently from the label's color via the CSS variables. I am trying to create...

### Description I've a requirement wherein, the input text needs to be UPPERCASE. So I've used `--paper-input-container-shared-input-style` to style text using `text-transform`. However, this causes the placeholder text to be...