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
Note: this was originally a full screen map ticket. It is no longer needed, but I'll leave the ticket in because I think it's functionality that would be nice-to-have at some point.
Single click will check/uncheck an item (as is present behaviour)
Double-click on a checked item exclusively selects that item (leaves it checked and unchecks all others)
Double-click an unchecked item selects everything except that item (leaves it unchecked and checks all others)
Some kind of one-time message (on first ever single click before a double-click has been done) should alert the user to this functionality. A snackbar makes sense.
Should also have a enableDoubleClick prop to turn this feature on/off.
Low, possibly medium cost.
The text was updated successfully, but these errors were encountered:
bobular
changed the title
Full screen map: Add Plotly-like double-clicking behaviour to PlotListLegend
Add Plotly-like double-clicking behaviour to PlotListLegend
Jan 10, 2023
Note: this was originally a full screen map ticket. It is no longer needed, but I'll leave the ticket in because I think it's functionality that would be nice-to-have at some point.
Single click will check/uncheck an item (as is present behaviour)
Double-click on a checked item exclusively selects that item (leaves it checked and unchecks all others)
Double-click an unchecked item selects everything except that item (leaves it unchecked and checks all others)
Some kind of one-time message (on first ever single click before a double-click has been done) should alert the user to this functionality. A snackbar makes sense.
Should also have a
enableDoubleClick
prop to turn this feature on/off.Low, possibly medium cost.
The text was updated successfully, but these errors were encountered: