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
This is the warning I'm getting
Cannot notify validation error [Value is required] on component [com.holonplatform.vaadin.flow.internal.components.InputAdapter@27b15a3c]: the component does not implement com.vaadin.flow.component.HasValidation. Provide a suitable ValidationStatusHandler to handle the validation error notification.
Each validatable form input component has to implement com.vaadin.flow.component.HasValidation to notify validation errors. This is the reason for warning.
Maybe you have some custom Input components not implementing it?
Can you provide the code for createSecretInput() methods?
This is the warning I'm getting
Cannot notify validation error [Value is required] on component [com.holonplatform.vaadin.flow.internal.components.InputAdapter@27b15a3c]: the component does not implement com.vaadin.flow.component.HasValidation. Provide a suitable ValidationStatusHandler to handle the validation error notification.
The text was updated successfully, but these errors were encountered: