Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The49.Maui.BottomSheet does not have BindableProperty of "Title".
As a new user, following the document would encounter compling error
  • Loading branch information
hugebug4ever authored Nov 27, 2024
1 parent e688847 commit 3d97178
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ A `IsDefault` property can be used to select the detent that will be shown when
<the49:BottomSheet xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:the49="https://schemas.the49.com/dotnet/2023/maui"
x:Class="MyApp.SheetPage"
Title="SheetPage">
x:Class="MyApp.SheetPage">
<the49:BottomSheet.Detents>
<OnPlatform>
<On Platform="Android">
Expand Down

0 comments on commit 3d97178

Please sign in to comment.