You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library requires Promise polyfill by your app if you want to use asynchronous validation (It mean the
13
19
Promise polyfill is not shipped with the library). Your Promise polyfill has to support Promise.cancel().
@@ -18,3 +24,6 @@ The library uses `Higher Order Component` technique and React context to make it
18
24
Before use this library you should have knowledge about Higher Order Component.
19
25
20
26
About React context you should understand it to know how the input states flow through the form and custom your own higher order input component, but it's not mandatory. Higher Order Component should be enough.
27
+
28
+
You should check [the docs](https://github.com/gndplayground/react-hoc-form-validatable/tree/master/docs) and [the demo source](https://github.com/gndplayground/react-hoc-form-validatable/tree/master/dev/examples)
0 commit comments