-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update use-form.mdx #5020
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?
Update use-form.mdx #5020
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #5020 +/- ##
=======================================
Coverage 89.28% 89.28%
=======================================
Files 93 93
Lines 8027 8027
Branches 1386 1386
=======================================
Hits 7167 7167
Misses 853 853
Partials 7 7 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
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.
LGTM, minor issue.
|
||
</CodeTitle> | ||
|
||
Sets all fields values, will trigger validation for the changed fields. | ||
In order to skip the validation step - you need to set `shouldValidate: false` explicitly |
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.
Missing a period at the end.
π Overview
π€ Code snippets/examples (if applicable)
// some code
β Issues affected