mirror of
https://github.com/flarum/framework.git
synced 2025-03-07 02:37:48 +08:00

Enables quick bidirectional bindings. So instead of this: <input value={prop()} oninput={m.withAttr('value', prop)}/> ... we can do this: <input bidi={prop}/>