gvas / knockout-jqueryui

Knockout bindings for the jQuery UI widgets.
http://gvas.github.com/knockout-jqueryui/
MIT License
103 stars 38 forks source link

Observable/view model not getting updated when the value is changed in input field #50

Open nvnvenki opened 9 years ago

nvnvenki commented 9 years ago

When the date value is entered manually to the input field the date value in the text field and in the date picker is changed but not the view model which is bound to the text input.

Steps to reproduce the issue

Please check the below example. http://jsfiddle.net/nvnvenki/bfbnxwx9/