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

Proper handling of option changes for dependant fields #91

Open
timolemke opened this issue May 24, 2022 · 0 comments
Open

Proper handling of option changes for dependant fields #91

timolemke opened this issue May 24, 2022 · 0 comments

Comments

@timolemke
Copy link

Based on the workaround in 9997d73
If an options technical- or displayValue changes, the potential dependant field config of another formElement must be updated accordingly!

The problem:

  • A dependant field might reference another field with options (e.g. RadioButtons). If so, it will be visible, if the referenced fields value matches exactly the value which was configured in the dependant field.
  • If the options technical- or display-Value of the referenced field is changed by the editor, but the dependant field is not updated, the dependantField will never be shown in the frontend, because the required value cannot be selected by the user.
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

No branches or pull requests

1 participant