Hi,
Steps to reproduce:
- the last chip's "delete chip" button situated right above "clear all" multiselect button
- click on the "delete chip"
Expected behavior: only the last chip will be deleted
Actual behavior: all chips deleted
Such behavior is related to performing "delete chip" functionality on mouseDown and preforming "clear all" on mouseUp events. Between this two actions "clear all" button is moving upward, right under cursor position. Click event starts under "delete chip" button, but finishing
under
"clear all" button.
Can I somehow fix this behavior?