-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Did you read the "Reporting a bug" section on Contributing file?
- I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
Current Behavior
I have a custom control, that shows the textbox with a border and an hint
Expected Behavior
I want to change the border color, when the email is not valid, and change the border color to green
Steps To Reproduce
- Open the Solution
- input a bad email address (It doesn't change color)
Link to public reproduction project repository
https://github.com/eduardoagr/CustomEntry
Environment
- .NET MAUI CommunityToolkit:
- OS: Edition Windows 11 Education Version 23H2
- .NET MAUI: 8.0.21Anything else?
No response