Closed
Description
Discussed in #1226
Originally posted by Ali-Zmn April 6, 2022
When I'm using OR condition, sometimes it needs all the fields to be touched to evaluate it.
Steps to reproduce with Codesandbox
Scenario #1
Correct behaviour
- Enter
Bond
for the last name - Enter
Charles
for Father's name - Now the occupation will appear as
SPY
Scenario #2
unexpected behaviour
- Enter
Bond
for the last name - Ignore the father's name
- Enter
Gun
for equipment - No
SPY
!!! - Try type something in the father's name
- Now works!