Skip to content
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

Merged
merged 5 commits into from
Jun 3, 2024

Conversation

gutentag2012
Copy link
Contributor

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.

Copy link

nx-cloud bot commented May 18, 2024

☁️ Nx Cloud Report

CI 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 target

Sent with 💌 from NxCloud.

@Balastrong Balastrong changed the title Fix/array field options feat(core): forward options from field to form methods May 31, 2024
Copy link
Member

@Balastrong Balastrong left a 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
Copy link
Member

@crutchcorn crutchcorn left a 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!

@crutchcorn
Copy link
Member

CI is failing on an unrelated change that will be removed shortly anyway

@crutchcorn crutchcorn merged commit 5670725 into TanStack:main Jun 3, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants