-
-
Notifications
You must be signed in to change notification settings - Fork 512
fix(form-core): fix formApi.reset() in form onSubmit #1718
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
base: main
Are you sure you want to change the base?
Conversation
This addresses the resetting values, but what about meta properties like They might still be affected |
View your CI Pipeline Execution ↗ for commit 3dbed4a
☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1718 +/- ##
==========================================
+ Coverage 90.52% 90.62% +0.10%
==========================================
Files 37 37
Lines 1688 1696 +8
Branches 421 427 +6
==========================================
+ Hits 1528 1537 +9
+ Misses 143 142 -1
Partials 17 17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@LeCarbonator good shout, should be handled now |
Fixes #1681