Skip to content

Is it possible to use punches and textInput? #68

@jfrank14

Description

@jfrank14

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions