Event: input.
I have a $watch on the field and it triggers on entry in the input-field but not on the change/trigger/... PS

Also, try upgrading to the latest version - I don't think 0.11.5 v-model supports jQuery events, you can try just using $input.trigger with the latest version. 2 1 Copy link Quote reply The following example will display the entered value when you type something inside the input field.

For select boxes, checkboxes, and radio buttons, the event is fired immediately when the user makes a selection with the mouse, but for the other element … input field validation/format does not trigger a change in the value stored in vue :(, eg. }.
This method is a shortcut for .on ( "change", handler ) in the first two variations, and .trigger ( "change" ) in the third.

... What version of Vue are you using? $input is a jquery object, do I need to access the dom directly ? Answer: Use the input Event You can bind the input event to an input text box using on () method to detect any change in it. The change() method triggers the change event, or attaches a function to run when a change event occurs. We are having a slight problem using vuejs in an existing web. var v = _inputs.format($input._type, $input.val()); For instance: I have seen queries in many forums where users, especially beginners, ask about how to detect value changes in a textbox control or a value selected in a