I m using knockout-2.0.0. I ve got a button, textbox, and a viewmodel. I am disabling the Save button if there is no text in the textbox.
0">Save
This all works fine except that it requires the user to click on another part of the page to make the save button enable/disable. i.e. it does not happen as soon as the user starts typing (or deletes all the text).
难道没有这样做吗?
提前感谢。