jQuery-QueryBuilder icon indicating copy to clipboard operation
jQuery-QueryBuilder copied to clipboard

BUG: OR condition not reseted after rule deletion

Open Guilouf opened this issue 3 years ago • 0 comments

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" image But when we delete the second rule, the condition is not reset to "AND" as it should be: image

This bug is making an inconsistent behavior, because with for same inputs there is different output based previous events

Guilouf avatar Aug 31 '22 15:08 Guilouf