The49.Maui.BottomSheet
The49.Maui.BottomSheet copied to clipboard
.NET MAUI library used to display pages as Bottom Sheets
**System.NullReferenceException:** 'Object reference not set to an instance of an object.' [RelayCommand] public async Task Cancel() { if (bottomSheet!=null) { bottomSheet.DismissAsync(false); } }
This isn't urgent but I wanted to bring up this issue. Not sure if it is possible to fix, but hot reload doesn't work for bottom sheets. This could be...
Thank you for the nice control! When creating a bottomsheet item with the `CornerRadius` set like this ```xaml ``` the **bottom corners** also get rounded corners, while for a BottomSheet...
Bottomsheet is fitting properly on phone, below is screenshot:  But in Tablet its looking like below:  The bottomsheet control should be visible from the start to end on...
I have a simple BottomSheet in xaml like this: ` ` When I tapped the button, I simply call this method: ` private async void ToolbarItem_Clicked(object sender, EventArgs e) {...
Hello! Thanks for the great control! Unfortunately, implicit styles, defined in app, not applied to Bottom Sheet inner elements. Explicit styles are works. Please define text color in Styles.xaml ```...
Hi Just working through changing our bottom sheets to use this. Looks really good, but just have a small sticking point at the moment with iOS only (works fine in...
Hello, I've noticed that the app no longer reacts to Light/Dark mode changes when it is showing a modal bottom sheet. The app reacts to light/dark mode if the bottom...
Hello, The bottom sheet has no rounded corners on iOS unless I explicitly set a value. If I'm not wrong it should have rounded corners by default?