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
In Dash, users need to know when the viewer has cleared the selection box by double clicking outside of it. Right now, single-clicking outside of the selection box doesn't clear the selection box but it emits a selected event with no data. Double-clicking outside of the selection box clears the selection box but it emits the same selected event with no data. There is no way to distinguish between these two actions right now.
The text was updated successfully, but these errors were encountered:
chriddyp
changed the title
"selected" event doesn't distinguish between cleared selection and just clicking outside the selection box
"selected" event doesn't distinguish between double clicking to clear a selection and single clicking outside the selection box
Jul 24, 2017
chriddyp
added a commit
to plotly/dash-core-components
that referenced
this issue
Jul 24, 2017
Perhaps we should revisit how plotly_selected is triggered when no points are selected in v2? (see #168 for more). Maybe it shouldn't be triggered at all?
In Dash, users need to know when the viewer has cleared the selection box by double clicking outside of it. Right now, single-clicking outside of the selection box doesn't clear the selection box but it emits a
selected
event with no data. Double-clicking outside of the selection box clears the selection box but it emits the sameselected
event with no data. There is no way to distinguish between these two actions right now.The text was updated successfully, but these errors were encountered: