HandleCreateBegunstigerInputChange
Function: handleCreateBegunstigerInputChange()
[object Object]
Defined in: app/routes/admin/create-begunstiger/create-begunstiger.handlers.tsx:32
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]