You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had an expander that would change based on if it was expanded or not. This was working on the Xamarin app, but upgrading to MAUI caused it to no longer work. After breaking down the work into smaller parts I found that the Inverse Boolean Converter isn't working as expected.
Can reproduce in
Orange App
Blue App
Steps to Reproduce
Copy the XAML below into a content block and check the box.
Expected Behavior
The label "NOT CHECKED" should be visible until the box is checked. Then is should disappear and the label "I AM CHECKED" should appear.
Describe the Issue in Detail
We had an expander that would change based on if it was expanded or not. This was working on the Xamarin app, but upgrading to MAUI caused it to no longer work. After breaking down the work into smaller parts I found that the Inverse Boolean Converter isn't working as expected.
Can reproduce in
Steps to Reproduce
Copy the XAML below into a content block and check the box.
Expected Behavior
The label "NOT CHECKED" should be visible until the box is checked. Then is should disappear and the label "I AM CHECKED" should appear.
Actual Behavior
Both labels are missing until the box is checked.
Screenshots or Videos
Reproduction XAML
Mobile Shell Version
6.0.0.0
Last Known Working Version
5.0
iOS Device Type(s) and iOS Version(s)
iPhone 14
Android Device Type(s) and Android Version(s)
Pixel 6, Pixel 8
The text was updated successfully, but these errors were encountered: