knockout valueUpdate not working with Pagedown?
问题 I have the following in my view: <textarea data-bind="value: content, valueUpdate: 'afterkeydown'"></textarea> Which when typing, behaves as I'd expect. But I'm using a WMD / Pagedown editor to click a button that adds content to the field, much like StackOverflow's post contents box when you're creating / updating a post. If I just click a button (to add asterisks or brackets etc) and don't type anything, the value never gets updated in the content observable. I do have a save button that I