Interface: RegistrationFormProps¶
Defined in: src/components/registration/RegistrationForm.tsx:37
Properties¶
onSubmit¶
onSubmit: (
data) =>Promise\<FormSubmitResult>
Defined in: src/components/registration/RegistrationForm.tsx:41
Called when the form is submitted with valid data — should return a FormSubmitResult
Parameters¶
data¶
Returns¶
Promise\<FormSubmitResult>
organisations¶
organisations:
object[]
Defined in: src/components/registration/RegistrationForm.tsx:39
Available organisations for the dropdown
label¶
label:
string
value¶
value:
string