Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure <output form="some-value"> works properly #1209

Conversation

KrishnaRPatel
Copy link
Contributor

Added <output> to ATTR_OVERRIDES as MDN details how the form attribute can be set on ` tags.

Failing test before fix:
image

Should fix this issue:
#1207

@rwjblue rwjblue added the bug label Nov 20, 2020
@rwjblue rwjblue merged commit aefc917 into glimmerjs:master Nov 20, 2020
@rwjblue
Copy link
Member

rwjblue commented Nov 20, 2020

Thank you @KrishnaRPatel!

@rwjblue rwjblue changed the title [BUGFIX] Add output tag to attributes override Ensure <output form="some-value"> works properly Nov 20, 2020
rwjblue added a commit to emberjs/ember.js that referenced this pull request Nov 20, 2020
Includes the following bugfixes:

* [#1209](glimmerjs/glimmer-vm#1209) Ensure `<output form="some-value">` works properly
* [#1205](glimmerjs/glimmer-vm#1205) Ensure `@tracked` assertion can be made a deprecation
* [#1204](glimmerjs/glimmer-vm#1204) Ensure `loc` is populated by `build ers.element(...)`

Changelog here:

https://github.com/glimmerjs/glimmer-vm/releases/tag/v0.66.1
rwjblue added a commit to emberjs/ember.js that referenced this pull request Nov 23, 2020
Includes the following bugfixes:

* [#1209](glimmerjs/glimmer-vm#1209) Ensure
  `<output form="some-value">` works properly
* [#1205](glimmerjs/glimmer-vm#1205) Ensure
  `@tracked` assertion can be made a deprecation

Changelog here:

https://github.com/glimmerjs/glimmer-vm/releases/tag/v0.65.1
rwjblue added a commit to emberjs/ember.js that referenced this pull request Nov 23, 2020
Includes the following bugfixes:

* [#1209](glimmerjs/glimmer-vm#1209) Ensure `<output form="some-value">` works properly
* [#1205](glimmerjs/glimmer-vm#1205) Ensure `@tracked` assertion can be made a deprecation

Changelog here:

https://github.com/glimmerjs/glimmer-vm/releases/tag/v0.62.5
sly7-7 pushed a commit to sly7-7/ember.js that referenced this pull request Mar 10, 2021
Includes the following bugfixes:

* [emberjs#1209](glimmerjs/glimmer-vm#1209) Ensure `<output form="some-value">` works properly
* [emberjs#1205](glimmerjs/glimmer-vm#1205) Ensure `@tracked` assertion can be made a deprecation
* [emberjs#1204](glimmerjs/glimmer-vm#1204) Ensure `loc` is populated by `build ers.element(...)`

Changelog here:

https://github.com/glimmerjs/glimmer-vm/releases/tag/v0.66.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants