-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
feat(core): forward options from field to form methods #701
feat(core): forward options from field to form methods #701
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit c505773. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
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.
Thanks! I think this will be needed in #700
# Conflicts: # packages/form-core/src/FieldApi.ts # packages/form-core/src/FormApi.ts
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.
This look great, thanks for the contribution!
CI is failing on an unrelated change that will be removed shortly anyway |
This was mentioned in #662
Currently, the FieldApi helper methods for arrays do not pass the options (whether to touch or not) to the form methods, this PR fixes that.