christianalfoni / formsy-react

A form input builder and validator for React JS
MIT License
2.6k stars 436 forks source link

Data binding? #240

Open CharlieGreenman opened 8 years ago

CharlieGreenman commented 8 years ago

I was wondering, would it be possible to do "data-binding" using this api alone. Thanks!

Disclaimer: I do realize React uses one way data binding.

makstr commented 8 years ago

There is a two way binding helper in react which looks interesting: https://facebook.github.io/react/docs/two-way-binding-helpers.html

I haven't tried it yet but I am curious if it could work with formsy?