An open API service indexing awesome lists of open source software.

https://github.com/subvisual/meteor-reactive-form

Meteor package to help with complex forms
https://github.com/subvisual/meteor-reactive-form

Last synced: 14 days ago
JSON representation

Meteor package to help with complex forms

Awesome Lists containing this project

README

          

#Reactive form

[![Build Status](https://travis-ci.org/groupbuddies/meteor-reactive-form.svg?branch=master)](https://travis-ci.org/groupbuddies/meteor-reactive-form)

reactive-form is a Meteor package to help with complex forms where fields of the same form are distributed in multiple templates and and templates are reused.

The idea is that an reactive object, like Session, is shared across all templates. Each template can listen and update changes.

In the end a submit form can serialize the object and save it to the database.