Custom control with email validator doesn't change border #1875
Replies: 2 comments 13 replies
-
It looks like this is a question on how you can update your app to correctly use Your attached sample has a few problems:
I am converting this to a discussion because I don't see a bug here with |
Beta Was this translation helpful? Give feedback.
-
@brminnick, I took the liberty to mark this an unanswered because I checked what @eduardoagr mentioned and it looks like something is off. I don't see it as a bug, but an enhancement that we can do. When you start the application, the border will be green (valid state) and shouldn't since there's nothing there (Text == null or empty), and the reason for that is the As you can see in the image below: expected behavior: Let me know what you think about it |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
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
Link to public reproduction project repository
https://github.com/eduardoagr/CustomEntry
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions