I love punches for the ability to write <input value="{{myField}}" /> which creates a binding like: <input data-bind="value:myField" > But in some cases I also want more immediate updates using `textInput`: <input data-bind="textInput: myField" /> Is there any way to accomplish this in punches?