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
I'm using sac.buttons as a way to display a menu (so no need for stateful buttons).
But once a button is clicked the returned index is persisted button's index.
Is there a way to make the index return to be None after clicking?
The text was updated successfully, but these errors were encountered:
asafl
changed the title
Return to default after clickingsac_buttons return to default (None) after clicking
Mar 4, 2025
I'm using
sac.buttons
as a way to display a menu (so no need for stateful buttons).But once a button is clicked the returned index is persisted button's index.
Is there a way to make the index return to be None after clicking?
The text was updated successfully, but these errors were encountered: