k88hudson / react-formation

Robust, testable forms with react in minutes
https://k88hudson.github.io/react-formation
33 stars 9 forks source link

Currency validation #16

Closed pippinlee closed 9 years ago

pippinlee commented 9 years ago

Update Validator.js and Validator.test.js to include currency. Built off support from the validation.js library

k88hudson commented 9 years ago

Looks great! Can you just add currency to the list of available validations in https://github.com/k88hudson/react-formation/blob/master/examples/pages/validations/docs.md?

pippinlee commented 9 years ago

Done!

k88hudson commented 9 years ago

:dancer: thanks!