-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
onsubmit should be a SubmitEvent #2816
Conversation
Size Comparison
✅ None of the examples has changed their size significantly. |
Visit the preview URL for this PR (updated for commit 240ed87): https://yew-rs-api--pr2816-fix-onsubmit-event-t-hg4nktsv.web.app (expires Sun, 14 Aug 2022 18:54:43 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Benchmark - SSRYew Master
Pull Request
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you had time to double check the other event types? Nothing in particular stood out to me at the time, but the link in the linked issue sounded promising for doing that.
I didn't get to checking everything but it's a good idea to check them and make sure they're correct |
Description
onsubmit
should be aSubmitEvent
, not aFocusEvent
Fixes #2691
This is a breaking change as it changes the public API for the
onsubmit
eventChecklist