formsy-react/tests
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
..
utils feat: expose inner element when using HOC (#399) 2016-12-08 22:24:19 -08:00
Element-spec.js Added test for rendering elements with PureRenderMixin and Formsy.Mixin 2015-11-05 13:41:48 +03:00
Formsy-spec.js feat: expose inner element when using HOC (#399) 2016-12-08 22:24:19 -08:00
Rules-equals-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isAlpha-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isAlphanumeric-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isEmail-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isEmptyString-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isExisty-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isFloat-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isInt-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isLength-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isNumeric-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isUrl-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-isWords-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-maxLength-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Rules-minLength-spec.js Update dependencies. Some minor changes. 2016-04-19 11:12:14 +03:00
Utils-spec.js Fixed #298: RangeError: Maximum call stack size exceeded with custom validator 2016-07-05 11:36:06 +03:00
Validation-spec.js Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00