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
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
The text was updated successfully, but these errors were encountered:
Hey @robert-seymour-numerated! Just as a heads up, your stackblitz link doesn't appear to have EUI in it / is linking to a generic setup. Maybe give CodeSandbox a shot instead?
Your hunch doesn't sound off the mark to me - would you be open to opening a PR against EuiSearchBar with a fix + unit tests?
@cee-chen Of course I forgot to hit that save button :( on the stackblitz, trying to re-create now haha. I can open a PR in the near future, but I don't have EUI locally set up at the moment
No worries at all! Thanks for the super easy to follow minimum reproducible code. I can confirm this bug/behavior.
As a heads up our team is somewhat small and our backlog is fairly large right now, so this is likely to be low priority for our team, but if you have the time or interest in helping out, we'd super welcome a PR! 🙌
Repro Steps
Expected behavior
My hunch is the
diff
const in this filter. I think that whenmultiselect=false
the logic needs to pass the new checked option as opposed to just the removed oneThe text was updated successfully, but these errors were encountered: