iron-input icon indicating copy to clipboard operation
iron-input copied to clipboard

An input with data binding

Results 19 iron-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

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 While upgrading my app to Polymer 2.0, I encountered a pretty nasty side effect of #130 (bindValue having a default value = ''), where **persistent data is being...

### Description It sets `bind-value` when it connects. If the model has setters, it will trigger them for no reason. ### Expected outcome It shouldn't change `bind-value` when it connects....

This adds an optional 'debounceUpdate' parameter to the element to reduce spammy updates from the User in cases where a delayed update would be preferable.

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

First of all, if this already is possible/exists, please, banish this issue to the shadows! If not, though, here's what I think would be super swell: ## What - `auto-validate`...

enhancement
p1 - backlog

https://github.com/PolymerElements/iron-input/blob/master/iron-input.html#L168 Standard for polymer change events is not to bubble.

breaking-change
p1 - backlog

More of a question that an issue. https://github.com/PolymerElements/iron-input/blob/master/iron-input.html#L225 Why '+' and upper case 'E' are not allowed? '1E+10' is a valid number, for example.