mirror of
https://github.com/flarum/core.git
synced 2025-02-25 11:43:19 +01:00
Enables quick bidirectional bindings. So instead of this: <input value={prop()} oninput={m.withAttr('value', prop)}/> ... we can do this: <input bidi={prop}/>