You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
SaveWhat 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"
The text was updated successfully, but these errors were encountered: