Open mdelgadov opened 4 months ago
My Net 8 Maui app was working fine in Net8, latest but an upgrade to net9 affected the TextField as such:
<material:TextField x:Name="Email" Grid.ColumnSpan="2" Title="{x:Static languages:Resources.Email}" Text="{Binding Email, Mode=TwoWay}" Icon="{FontImage FontFamily=MaterialSharp, Glyph={x:Static icons:MaterialSharp.Mail}}">
After this, I got the error No property, BindableProperty, or event found for "Icon", or mismatching type between value and property.
I understand I may be jumping the gun a bit, but thought it would be good to let you know...
Currently it's not compiled for dotnet 9. Official .NET9 support is on the way
My Net 8 Maui app was working fine in Net8, latest but an upgrade to net9 affected the TextField as such:
<material:TextField x:Name="Email" Grid.ColumnSpan="2" Title="{x:Static languages:Resources.Email}" Text="{Binding Email, Mode=TwoWay}" Icon="{FontImage FontFamily=MaterialSharp, Glyph={x:Static icons:MaterialSharp.Mail}}">
After this, I got the error No property, BindableProperty, or event found for "Icon", or mismatching type between value and property.
I understand I may be jumping the gun a bit, but thought it would be good to let you know...