Skip to main content

CreationSetFieldError

Callable

  • CreationSetFieldError(input, message): void

  • Sets an error bubble message for a field.


    Parameters

    • input: HTMLInputElement

      The input element

    • message: string

      The error message

    Returns void

    • Nothing