formsy-react/src
Aesop Wolf 2b249113d8 feat: expose inner element when using HOC (#399)
Use `innerRef={(c) => { this.myInput = c; }}` on your HOC to access the internal element
2016-12-08 22:24:19 -08:00
..
Decorator.js Pass through props inside the decorator 2015-09-01 18:00:06 -06:00
HOC.js feat: expose inner element when using HOC (#399) 2016-12-08 22:24:19 -08:00
Mixin.js `getErrorMessages` should return empty array when there are no errors 2015-07-09 12:53:26 +03:00
main.js Fixed #361: Unknown props `onValidSubmit`, `onSubmitted` on <form> tag 2016-07-05 10:54:18 +03:00
utils.js Fixed #298: RangeError: Maximum call stack size exceeded with custom validator 2016-07-05 11:36:06 +03:00
validationRules.js Added new validation rules: `isAlphanumeric`, `isInt`, `isFloat` 2015-09-11 11:02:35 +03:00