The49.Maui.BottomSheet
The49.Maui.BottomSheet copied to clipboard
Tapping anywhere on a IsCancellable BottomSheets hides it
I have a bottomsheet that has IsCancellable = true, however that makes it so that clicking anywhere on the bottomsheet it closes it. Is there a workaround for this?
For example in my case, I have a CollectionView with SelectionMode="Single" inside my BottomSheet. The issue arises when I try to select one of the items in the collectionview, the entire bottomsheet closes.