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
This issue is reproducible with the basic demo: https://querybuilder.js.org/demo.html
When there is only one rule, the AND/OR selector is greyed out and auto set to "AND".
Now if we add a new rule, we can chose to set to "OR"
But when we delete the second rule, the condition is not reset to "AND" as it should be:
This bug is making an inconsistent behavior, because with for same inputs there is different output based previous events
The text was updated successfully, but these errors were encountered:
This issue is reproducible with the basic demo: https://querybuilder.js.org/demo.html
When there is only one rule, the AND/OR selector is greyed out and auto set to "AND".
Now if we add a new rule, we can chose to set to "OR"
But when we delete the second rule, the condition is not reset to "AND" as it should be:
This bug is making an inconsistent behavior, because with for same inputs there is different output based previous events
The text was updated successfully, but these errors were encountered: