I'm using a datepicker that pushes some text into an input whenever I select the date from the calendar.
I have some other instances of inputs being populated via a third-party tool too.
The problem is, I have to press some key in the input after it's populated before the re-binding happens. If I don't, then the observable doesn't update.
Similar question: knockout valueUpdate not working with Pagedown?
Is there any way to manually re-bind elements, so when I press "save" these observables can be accurately bound?