HandleCreateBegunstigerInputChange
Function: handleCreateBegunstigerInputChange()
[object Object]
Defined in: routes/admin/create-member/create-member-handlers.tsx:33
Handles updates for standard text and date input fields in the registration form.
Parameters
e
ChangeEvent<HTMLInputElement | HTMLSelectElement>
The change event from the input.
setFormData
Dispatch<SetStateAction<CreateBegunstigerFormData>>
State setter for form data.
Returns
[object Object]