Open jfrank14 opened 6 years ago
Have you tried <input textinput="{{myField}}" />
?
D'oh, that works. I think I thought it wouldn't because value
is an attribute of the input
element in native HTML but textinput
isn't. My bad. Thanks.
No problem. I could make it more clear in the documentation.
I love punches for the ability to write
which creates a binding like:
But in some cases I also want more immediate updates using
textInput
:Is there any way to accomplish this in punches?