1
0
mirror of https://github.com/flarum/core.git synced 2025-10-08 13:36:52 +02:00
Files
php-flarum/js/forum
Toby Zerner 0b406a06a1 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-17 12:56:39 +09:30
2015-06-08 15:28:45 +09:30