Interface: RegistrationFormProps¶
Defined in: src/components/registration/RegistrationForm.tsx:14
Properties¶
error?¶
optionalerror?:string|null
Defined in: src/components/registration/RegistrationForm.tsx:22
Error message to display
onSubmit¶
onSubmit: (
data) =>void
Defined in: src/components/registration/RegistrationForm.tsx:18
Called when the form is submitted with valid data
Parameters¶
data¶
Returns¶
void
organisations¶
organisations:
object[]
Defined in: src/components/registration/RegistrationForm.tsx:16
Available organisations for the dropdown
label¶
label:
string
value¶
value:
string
submitting?¶
optionalsubmitting?:boolean
Defined in: src/components/registration/RegistrationForm.tsx:20
Whether the form is currently submitting