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
When I open a view with a bound custom field, the validation is running and is invalid but the custom field does not show the error message.
If I'm doing the same thing with a textfield, it's invalid.
Expected outcome
I want to see the field invalid like the textfield.
I tried to implement the HasValidator interface but it didn't change anything.
That might be a problem of implementation but there is nothing in the documentation or in the migration guide.
Description
When I open a view with a bound custom field, the validation is running and is invalid but the custom field does not show the error message.
If I'm doing the same thing with a textfield, it's invalid.
Expected outcome
I want to see the field invalid like the textfield.
I tried to implement the HasValidator interface but it didn't change anything.
That might be a problem of implementation but there is nothing in the documentation or in the migration guide.
Minimal reproducible example
The code is in this branch: https://github.com/jcgueriaud1/spring-proxy-issue/tree/custom-field
In this page: http://localhost:8080/custom
Steps to reproduce
Open the page, the textfield is invalid with an error message, the custom field is valid without error message.
Both validators are running:
Environment
Vaadin version(s): Vaadin 24.1.4
OS: Mac
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered: