Replies: 1 comment
-
I am facing a similar issue. The IsBookSelected binding only works for the initial value, in this case it's false. The "true" trigger does not react after updating the observable property to true. Is this a bug? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was working on a way to validate data in dotnet maui
viewmodel
andxaml
. But I am facing an issue, the data trigger does not trigger when anEntry
has validation.Here is the code.
Event if the HasErrors is
True
theDataTrigger
does not react. Any help?Beta Was this translation helpful? Give feedback.
All reactions