Repro Steps
- stackblitz
- Select option 1
- Select option 2 and see that both are deselected
Expected behavior
- option 2 is selected and option 1 is deselected
My hunch is the diff const in this filter. I think that when multiselect=false the logic needs to pass the new checked option as opposed to just the removed one
Repro Steps
Expected behavior
My hunch is the
diffconst in this filter. I think that whenmultiselect=falsethe logic needs to pass the new checked option as opposed to just the removed one