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
Is your feature request related to a problem? Please describe.
When I have a conditional set upon another field that is itself a conditional, it will be displayed even though the value it is dependent on is not shown.
An example is in the following form, the role_change_date is dependent on the offboard_flag being false, and the offboard_flag is dependent on the replacement_flag being true. But when the replacement_flag is false, the role_change_date field will show.
Describe the solution you'd like
It would be preferred if there was a third state of null/not set, etc., so that it could be checked in conditionals further down the list.
Additional context
Note "Role Change Date" field displayed, despite the Replacement flag being set to false. If toggles could be null, and conditionals could be checked for it, this would be remedied.
The text was updated successfully, but these errors were encountered:
The problem here is that boolean/toggles are always set to a value. This was to overcome a limitation that I can't recall right now, but it was there for a reason. I have to review why
Is your feature request related to a problem? Please describe.
When I have a conditional set upon another field that is itself a conditional, it will be displayed even though the value it is dependent on is not shown.
An example is in the following form, the role_change_date is dependent on the offboard_flag being false, and the offboard_flag is dependent on the replacement_flag being true. But when the replacement_flag is false, the role_change_date field will show.
Describe the solution you'd like
It would be preferred if there was a third state of null/not set, etc., so that it could be checked in conditionals further down the list.
Additional context
Note "Role Change Date" field displayed, despite the Replacement flag being set to false. If toggles could be null, and conditionals could be checked for it, this would be remedied.
The text was updated successfully, but these errors were encountered: