Skip to content

Observing data source from inside BottomSheet overlay #2098

Answered by stagg
itsandreramon asked this question in Q&A
Discussion options

You must be logged in to vote

Overlays are design to show a given state (from the caller), and not really to update that state (from the caller).

You can put a sub-circuit inside the bottom sheet, and let that perform any longer operations. Would caution about it keeping the states fairly simple, can get some complicated bottom sheets 😅

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by itsandreramon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants