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

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 Changelog Sourced from prismjs's changelog. 1.27.0...

dependencies

Add common style for underline, underline when input is focused, and when it is disabled with css variable _--paper-input-underline-common_ #405

cla: yes

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cla: yes
dependencies

### Description In Firefox 57, `` is broken: when you click inside the textarea to try to edit the text, it is not editable. Looking in the console, [this line...

Fixes #676 This fixes #676 by allowing developers to deliberately change just the color of the input's placeholder using `--paper-input-container-input-placeholder-color`.

cla: yes
v4

Expected Results: Remove aria-hidden="true" from the visible element for the form inputs as this may block some screen readers from announcing the form label. Actual Result Form Labels: The form...

Actual Result : form field label element is referenced by the form input using aria-labelledby but it has visibility:hidden applied to it. Screen readers may not announce the form field...

Actual Result: Findable Added Content: Some of the input text fields uses a dynamically changed character counter. Screen reader users may not be notified when the value of the counter...

Actual Result: Form Labels: The input form field label element is referenced by the form input using aria-labelledby but it has visibility:hidden applied to it after text is entered into...