Jonathan James
Jonathan James
Hi, is it possible to use this library to shift `moov` atom to directly after `ftyp` atom in the browser? Thanks!
Now that the `{{schema}}` helper in Element templates allows all schema fields to be accessible, a package-provided extension to simple-schema fields is unnecessary. Such an idea could be presented in...
Continued from #14. - [ ] Align API method names in v2 docs with current method names. - [ ] Find and fix broken example components.
Imagine being able to call a Meteor method during validation--it would open up a world of possibilities for Elements. ``` javascript ReactiveForms.createElement({ template: 'someTemplate', validationEvent: 'change', validationFunction: function (value, callbacks)...
Allow hooking into a reactive form data context to show insights. A typical example would be a price display in an order form.
It would be really cool to be able to create specific permissions with this, and then group them into roles under meteor-roles.
Hi, I have done some testing on this library and found several bugs that I have started trying to fix. I figured I would share for the benefit of anyone...