lucacivale / Maui.BottomSheet

Native BottomSheets in .Net Maui!
MIT License
34 stars 4 forks source link

HasHandle with default value false not working #16

Closed michalkoch closed 1 month ago

michalkoch commented 1 month ago

Describe the bug When I set HasHandle = false as the default value, the handle is rendered. Likewise if I use a binding and the default value is false. If it changes the value to true and then to false, it will be rendered correctly.

To Reproduce Steps to reproduce the behavior: Use sample project i this repo. In BottomSheetVM set HasHandle="False". Then handle is rendered.

Expected behavior If I set HasHandle = false it should not be rendered

Smartphone (please complete the following information):