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
- .NET MAUI CommunityToolkit: 5.3.0
- OS: Windows 11 Home (10.0.22621 Build 22621)
- .NET MAUI: 8.0.0-preview.7.8842
Anything else?
With my own experimentation, the issue seems to be with 'AppThemeBinding'. I had no problems using 'AppThemeBinding' with the valid entry text color style in .NET 7 MAUI. Once I updated to .NET 8 Preview 7, the validation stopped working.
If I change it to a static color (like 'blue') the validation works fine.
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
The entry field with 'NumericValidationBehavior' is not turning the text field red when it is out of range or not a number.
Expected Behavior
In the provided example. I would expect the single entry field to turn red when the value entered is:
Steps To Reproduce
Link to public reproduction project repository
https://github.com/pvoelker/NumericValidationBehaviorNET8Preview7Bug
Environment
Anything else?
With my own experimentation, the issue seems to be with 'AppThemeBinding'. I had no problems using 'AppThemeBinding' with the valid entry text color style in .NET 7 MAUI. Once I updated to .NET 8 Preview 7, the validation stopped working.
If I change it to a static color (like 'blue') the validation works fine.
This could be an issue with MAUI in .NET 8 Preview 7. I figured I would start here first...
The text was updated successfully, but these errors were encountered: