Commit Graph

19 Commits

Author SHA1 Message Date
Semigradsky 357f4adf71 `getErrorMessages` should return empty array when there are no errors 2015-07-09 12:53:26 +03:00
christianalfoni 818b1defbf Initial commit for new version 2015-07-07 19:31:14 +02:00
christianalfoni 37018b10fa Merged pull, fixed equality bug and added tests 2015-04-29 14:57:51 +02:00
christianalfoni accc0815db Merge branch 'master' of https://github.com/christianalfoni/formsy-react 2015-04-25 12:14:26 +02:00
christianalfoni 8acaeadaee Fixed value bug and configured deploy new version script 2015-04-25 12:14:15 +02:00
Erwan Jegouzo 355c0bbee3 don't validate the inputs when the form was not submitted
adding resetForm method
2015-04-22 23:14:24 -04:00
Semigradsky b18b4e8c79 Clean up 2015-04-22 19:06:53 +03:00
christianalfoni f64d2443b9 releasing 0.12.6 2015-04-22 16:54:46 +02:00
christianalfoni 33ae737868 Merge branch 'master' of https://github.com/christianalfoni/formsy-react 2015-04-22 16:37:28 +02:00
christianalfoni d8cd404412 Fixed validation rule value 2015-04-22 16:37:25 +02:00
christianalfoni 4267c40f3b Fixed validation errors using callback 2015-04-17 19:36:28 +02:00
christianalfoni aaac6d0618 Fixed bug with comparing validations. Removed dynamic validations 2015-04-16 17:19:01 +02:00
christianalfoni 54a857638a Release 0.12.0 2015-04-14 19:01:59 +02:00
christianalfoni 617cc21ee5 updated readme 2015-04-13 19:40:08 +02:00
christianalfoni b0738a5032 Added validation objects and required validation 2015-04-13 18:29:23 +02:00
christianalfoni ad83a10894 Fixed bugs with isValidValue and isValidForm 2015-04-07 07:24:19 +02:00
christianalfoni dca9f78524 Handle any value with tests 2015-03-28 23:12:23 +01:00
Stephen Demjanenko bade05b9cd Fix bug: Allow value === false to be passed
This is necessary to make a checkbox input work.  Without this change,
value would be set to '' in this case.  Add a test.
2015-03-14 09:45:33 -07:00
christianalfoni 86aec656df Fixed dynamic validations, disable form, dynamic value update etc. 2015-03-07 12:51:15 +01:00