-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The border does not change to red on validation error #297
Comments
@nelci592 , I think your validation is returning null every time. Try removing your validation and returning a simple string instead to see if it works. |
@yashanghan22 I have tested on this sample project, however, on error, the underline's color remains the same:
|
Can you change the color of all the underlined borders to blue, black, or grey? Do not change the error border color. Then see if it's work or not because you are giving light red color to focused border, border, enabled border so it might be showing like same colour as error border colour. |
I have already tested this but it does not seem to work. You can check the sample project that I attached. |
@nelci592 dropdown.error.border.issue.webmsolution:
I created a variable that will show an error based on validation. For more details, please check the updated code file. Here is the project with updated code: let me know if there is an issue in this code. |
@nelci592 |
That's fine @AhmedLSayed9 |
I have the following code. However, when there is a validation error, the underlineinputborder does not change its color:
The text was updated successfully, but these errors were encountered: