-> Clasic properties as "WidthRequest" are updated / triggers
-> BindableProperty created are not updated / triggers
On Windows : Error on startup Microsoft.Maui.Controls.Xaml.XamlParseException : 'Position 16:33. The PropertyName of TagView.MyTagProperty is not MyTag'
On Android :; No error on startup, but not working
Description
I'm trying to update properties on Triggers.
-> Clasic properties as "WidthRequest" are updated / triggers -> BindableProperty created are not updated / triggers
On Windows : Error on startup
Microsoft.Maui.Controls.Xaml.XamlParseException : 'Position 16:33. The PropertyName of TagView.MyTagProperty is not MyTag'
On Android :; No error on startup, but not working
https://github.com/dotnet/maui/assets/9884985/c3a90907-28d1-4407-a62b-1bc7d6863d91
Steps to Reproduce
When I toggled the switch button
Expected behavior :
Observed behavior Android :
Observed behavior Windows :
Microsoft.Maui.Controls.Xaml.XamlParseException : 'Position 16:33. The PropertyName of TagView.MyTagProperty is not MyTag'
Link to public reproduction project repository
https://github.com/PauchardThomas/MauiTriggerIssue
Version with bug
8.0.3 GA
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, Windows
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output
No response