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 Form Field Values Not Changing When Switching Between Page Elements #3478

Merged
merged 2 commits into from Aug 17, 2023

Conversation

adrians5j
Copy link
Member

Changes

When switching between page elements (clicking on them), the values in inputs (rendered via InputField component) would not change. Basically, once the first page element was activated, for every other element that the user would activate, the values in inputs would not change. Users would see values related to the first page element.

image

This was caused by a bad value assignment. After changing it, the issue was fixed.

How Has This Been Tested?

Manual.

Documentation

Changelog.

@adrians5j adrians5j added this to the 5.37.2 milestone Aug 16, 2023
@adrians5j adrians5j merged commit 343ac06 into dev Aug 17, 2023
56 checks passed
@adrians5j adrians5j deleted the adrian/pb-editor-values-refreshing branch September 5, 2023 09:47
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

1 participant