Fork me on GitHub
#hoplon
<
2016-05-07
>
thedavidmeister06:05:16

@alandipert: @micha having a do! that can be intelligent about special case DOM elements (like form inputs) sounds interesting

thedavidmeister06:05:41

i would also be happy with a solution where the input receives updated values only from the state cell changing, and not from the browser putting values into the input as well

thedavidmeister06:05:10

but i think that might be quite complicated in practice given how JS handles keyboard input

micha16:05:19

@thedavidmeister: that's exactly what the do! example above does

micha16:05:43

the :value2 one