CreationValidateInputs CallableCreationValidateInputs(): { errors: string[]; firstInvalid: HTMLInputElement }Validates the user input fields and returns error descriptions.Returns { errors: string[]; firstInvalid: HTMLInputElement }Errors and first invalid inputerrors: string[]firstInvalid: HTMLInputElement
Validates the user input fields and returns error descriptions.