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

Custom form element

Results 46 iron-form 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.15.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 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0...

dependencies

Fixes issue https://github.com/PolymerElements/iron-form/issues/288 Removed id #helper from iron-form and created the class variable .helper This ensures no duplicate 'non-unique id' error that chrome console checks for (pic below) ![screen shot...

cla: no

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

There seems to be an issue where slots inside a shadow root will be marked as valid submittable elements. This PR hopes to resolve that issue.

cla: yes

Since the upgrade to Polymer 2, the form no longer autocomplete credentials from the browser (chrome, safari, firefox). The browser seems to don't detect the form (shadow-dom ??). I don't...

### Description The id created in iron-form (#helper) causes Chrome to yell about duplicate non-unique id error when using different components that internally uses iron-form. ### Expected outcome The id...

### Description Running polymer linter on iron-form (2.x) gives warnings on the internal submission form due to the databinds with undeclared properties (`action`, `method`, `enctype`). I assume it should also...

### Description I have a use case where I want my element's light DOM to be the children of the iron-form, i.e., the template looks like: ```html ``` ### Expected...