Repository URL to install this package:
|
Version:
2.1.14 ▾
|
| .. |
| views |
| Readme.md |
OneForm is like a builder that puts inputs and forms together
with render props and plugins.
Form POC : https://codesandbox.io/s/jzr284y1nw
A form should not just be inputs. It should be Input | FieldSet if we want grouped elements. Here in the above POC, the index calls the Form component and from there the Input Component is been called.
Input -> is the ObservableInput