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
If there is a showIf condition that looks something like: registration_type!=1643 on a field, it won't show if the registration_type field is locked, regardless of whether its value is 1643 or not.
Note this in this case, registration_type is a page field with a "select" inputfield.
Expected behavior
A field being locked shouldn't affect showIf conditions.
NB - this may be related to: #780 but not certain.