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 have a async button Item that needs to do some computation before going away.
Current, any tap on Items will dismiss the dropdown
So I want to show a loading icon next to the Item when tapped, and after the async task is done,
the menu content goes away.
Is there a way to do this with Dropdown?
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
-
I have a async button Item that needs to do some computation before going away.
Current, any tap on Items will dismiss the dropdown
So I want to show a loading icon next to the Item when tapped, and after the async task is done,
the menu content goes away.
Is there a way to do this with Dropdown?
Beta Was this translation helpful? Give feedback.
All reactions