The49.Maui.BottomSheet icon indicating copy to clipboard operation
The49.Maui.BottomSheet copied to clipboard

Tapping anywhere on a IsCancellable BottomSheets hides it

Open jonteohr opened this issue 8 months ago • 0 comments

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.

jonteohr avatar Feb 04 '25 08:02 jonteohr