You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem here is that GroupLayoutRenderer should hand over its enabled prop to its children but doesn't do so. As we still use the cells system in the Vanilla renderers for all inputs we should also check all other visible and enabled props of all Vanilla renderers to hand them over appropriately.
Describe the bug
Using a UI schema rule to disable a group does not disable the group's contained controls.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The control should be disabled
Screenshots
If applicable, add screenshots to help explain your problem.
Browser (please complete the following information):
Used Setup (please complete the following information):
Additional notes
Possibly the same problem also applies to other layout renderers and/or hide rules.
The text was updated successfully, but these errors were encountered: