Skip to main content

CreationValidateInputs

Callable

  • CreationValidateInputs(): { errors: string[]; firstInvalid: HTMLInputElement }

  • Validates the user input fields and returns error descriptions.


    Returns { errors: string[]; firstInvalid: HTMLInputElement }

    • Errors and first invalid input
    • errors: string[]
    • firstInvalid: HTMLInputElement