HandleRegisterInputChange

Function: handleRegisterInputChange()

[object Object]

Defined in: app/components/Register/RegisterForm/RegisterForm.handlers.tsx:79

Handles updates for standard text and date input fields in the registration form.

Parameters

e

ChangeEvent<HTMLInputElement>

The change event from the input.

setFormData

Dispatch<SetStateAction<RegisterFormData>>

State setter for form data.

Returns

[object Object]

On this page