When the view, such as the value in a text input, is modified by an external JavaScript, it does not update the model.
Is there a way to initiate a model update to retrieve all binding values from the view?
P.S: I am unable to manually set the model value for certain reasons; I simply need to invoke the same function triggered when the user types in the text box.