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
Is there any documentation or provided reasoning why the InteractionState of a Pressable updates the focus state to be true when a press event happens? This seems to occur even before the pressed state is updated to true.
When creating custom focused states, this seems to conflict with common web patterns for focused states.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there any documentation or provided reasoning why the
InteractionState
of a Pressable updates thefocus
state to be true when a press event happens? This seems to occur even before the pressed state is updated to true.When creating custom focused states, this seems to conflict with common web patterns for focused states.
Beta Was this translation helpful? Give feedback.
All reactions