1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 10:41:24 +02:00
Files
php-flarum/framework/core/js/lib
Toby Zerner 9544d7dd6a Patch Mithril with a bidi attribute
Enables quick bidirectional bindings. So instead of this:

<input value={prop()} oninput={m.withAttr('value', prop)}/>

... we can do this:

<input bidi={prop}/>
2015-09-18 13:06:37 +09:30
..
2015-09-05 16:05:02 +09:30
2015-09-18 13:06:37 +09:30
2015-09-16 16:03:25 +09:30
2015-08-14 12:50:39 +09:30