-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Milestone
Description
Issue type
Feature request
Spec
tapselect: when an element is selected by a tap gesturetapunselect: when an element is unselected by a tap elsewhere
Motivation
See below OP:
--
Is there a way to set an element's selection state (like ele.select() does) but without firing a select event?
This is useful when the selection state must be restored programmatically e.g. on application launch or history pop (in a scenario when each interactive selection causes a history push).
In these cases the application must restore the (visual) state programmatically but without triggering the actions usually caused by interactive selection.
Reactions are currently unavailable