// Get some inspirations from very mature: https://react-hook-form.com/get-started

1. We should make it possible to register resolvers for other validations that we do not support
2. `register()` function to register custom fields
3. We should allow for all fields validation to finish (conditionally)
4. Allow for non-browser handling (for example react native, where we have no scrolling capabilities, or maybe we
   have?:D)
5. rename `forwardRef` props to just ref
