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

Failed setting prop "form" on <button>: value test is invalid. TypeError: setting getter-only property "form" #1787

Closed
gem007bd opened this issue Aug 5, 2020 · 2 comments · Fixed by #1788
Assignees

Comments

@gem007bd
Copy link

gem007bd commented Aug 5, 2020

Version

3.0.0-rc.5

Reproduction link

https://codepen.io/gem007bd/pen/ExKxEyM

Steps to reproduce

create a button inside any app and put any form value

Save

What is expected?

in general from should be accepted inside a html button element

What is actually happening?

[Vue warn]: Failed setting prop "form" on : value test is invalid. TypeError: setting getter-only property "form"

@posva posva self-assigned this Aug 5, 2020
@yakobe
Copy link

yakobe commented Aug 5, 2020

We also ran into this while prepping an upgrade. We need the form attribute to submit named forms. It seems vue doesn't recognize it as a valid attribute.

@gem007bd
Copy link
Author

gem007bd commented Aug 12, 2020

@yyx990803 can you please release this change?

@github-actions github-actions bot locked and limited conversation to collaborators Nov 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants