formsy-react/specs
Stephen Demjanenko 03bc5a4079 Update form's model if the input is pristine and its value changes; test
This fixes a case where a form initializes with default values loaded
from the server.  If an update comes in from the server and the user has
not touched the field (its pristine) then update the field's value.

This feature will help track if the user has actually made any changes
from the default value that the form was/would have been initialized
with.
2015-02-21 13:00:26 -08:00
..
Element-spec.js Pristine, mapping and tests 2015-01-21 15:16:27 +01:00
Formsy-spec.js Update form's model if the input is pristine and its value changes; test 2015-02-21 13:00:26 -08:00
Submit-spec.js Pristine, mapping and tests 2015-01-21 15:16:27 +01:00
Validation-spec.js onChange, dynamic form elements and bug fix 2015-02-03 15:03:55 +01:00