react-context-form
v2.11.1
Published
One more way to handle forms on React
Downloads
25
Maintainers
Readme
React Context Form
One more way to write forms on React.
Developed by Alexander Letnikow
and maintained by Wearesho
Example
<Form instantiate={instantiateAuthorizationModel} method="put">
<FormGroup name="email" >
<Input type="email"/>
</FormGroup>
<FormGroup name="password" >
<Input type="password"/>
</FormGroup>
<a href="/login">Forgot password?</a>
<SlowSubmitButton>
Login
</SlowSubmitButton>
</Form>
See more in demo project
Documentation
- AutoFocus
- AutoUpdate
- AutoValidate
- Button
- Checkbox
- EventInterceptor
- Form
- Hint
- HintPopup
- InputRange
- Label
- Model
- NumericInput
- OnValidate
- PasswordGroup
- ResetButton
- ShowPasswordButton
- SlowSubmitButton
- SubmitButton
- TextArea