A form error handling package

Hi All,

It looks like handling errors in a form is quite repetitive.
The official guide (https://guide.meteor.com/methods.html#method-form) suggests to add a reactive dict to the the template and add the errors to it in the submit event handler. The errors are displayed from the dict in the template by using a helper.

I wonder if there is a good package, which abstracts this in a good way. I’m not using autoform as I use Astronomy…

Thanks and warm regards,
Eviatar

2 Likes