knockout.js: Uncaught Error: No Modification Allowed Err

The answer was to use the right binding attribute. Instead of text, it was value for an input!

input标签没有使用正确的绑定属性,对于input应该是绑定value值而不是text

原文地址:https://www.cnblogs.com/lushuicongsheng/p/2606906.html