marko-js-archive / marko-widgets

[LEGACY] Module to support binding of behavior to rendered UI components rendered on the server or client
http://v3.markojs.com/docs/marko-widgets/
MIT License
141 stars 40 forks source link

Enhancement: Helpers to support two-way data binding #125

Open ghost opened 8 years ago

ghost commented 8 years ago

It would be very useful to have support for two-way data binding for UI components and HTML elements.

The most obvious case, for me, would be when working with complex forms where there would be a lot of onChange/setState, but there are of course other areas where this would be very helpful.