@@ -95,8 +95,15 @@ class RegisterFormView extends Component.make("RegisterFormView")(function*() {
|
||||
void runPromise(form.form.submit)
|
||||
}}>
|
||||
<Flex direction="column" gap="2">
|
||||
<TextFieldFormInput form={form.emailField} />
|
||||
<TextFieldFormInput form={form.passwordField} />
|
||||
<TextFieldFormInput
|
||||
form={form.emailField}
|
||||
debounce="250 millis"
|
||||
/>
|
||||
|
||||
<TextFieldFormInput
|
||||
form={form.passwordField}
|
||||
debounce="250 millis"
|
||||
/>
|
||||
|
||||
<TextFieldOptionalFormInput
|
||||
type="datetime-local"
|
||||
|
||||
Reference in New Issue
Block a user