You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.shared.

Class ClientValidationUtil

  • public final class ClientValidationUtil
    extends Object

    A utility class that allows preventing the web component from setting itself to valid as a result of client-side validation.

    Author:

    Vaadin Ltd

    • Method Detail

      • preventWebComponentFromSettingItselfToValid

        public static <C extends Component & HasValidation> void preventWebComponentFromSettingItselfToValid​(C component)