ice-frontend-react-mobx
Version:
ICE Frontend REACT+MobX
22 lines (15 loc) • 438 B
Markdown
for forms. This will allow the following:
- Enter key to save.
- Autofocus on first input.
```html
<FormWrapper onSubmit={[this.submitAction]} >
// form in here...
</FormWrapper>
```
| Name | Type | Default | Description |
|------|-------|---------|--------------|
| onSubmit | func | none | function to perform on enter (normally save) |
Wrapper