Helpers for universal form control.
Notes:
- https://www.npmjs.com/package/validated-proxy
- https://github.com/ololabs/principled-forms
- https://github.com/gossi/spomoda/blob/master/web/app/utils/changeset.ts
Goals:
- integration with validation libraries
- able to be given some object that knows how to persistent state (to maybe local storage in case of browser refresh, or computer crash)
- can be given a pojo
- provide helpers for decoupling UI from the from.
- let the user decide when and how to validate?
Maybe Goals:
- store history of change sets (would allow for undo)
- multi stage forms?
API Ideas
Maybe if/when we get hash-splatting, "splashes"?:
- Ember.js v3.12 or above
- Ember CLI v3.12 or above
- Node.js v8 or above
ember install ember-spicy-forms
[Longer description of how to use the addon in apps.]
See the Contributing guide for details.
This project is licensed under the MIT License.