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

fix(ui): adds prev value on form state validat functions #10832

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

JarrodMFlesch
Copy link
Contributor

What?

When hitting the form-state endpoint, previousValue was undefined.

Why?

It was not being passed through.

How?

Sets previousValue as the initial value of the field.

Fixes #10826

@JarrodMFlesch JarrodMFlesch enabled auto-merge (squash) January 27, 2025 22:01
@JarrodMFlesch JarrodMFlesch merged commit a835518 into main Jan 27, 2025
72 checks passed
@JarrodMFlesch JarrodMFlesch deleted the fix/form-state-prev-value branch January 27, 2025 22:08
Copy link
Contributor

🚀 This is included in version v3.20.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"previousValue" while validating a relationship is always undefined
1 participant