KnockoutJs v2.3.0 : Error You cannot apply bindings multiple times to the same element

后端 未结 13 1146
闹比i
闹比i 2020-12-04 17:38

I\'ve just upgraded to 2.3.0 and now I\'m getting the error

You cannot apply bindings multiple times to the same element.

that

13条回答
  •  醉梦人生
    2020-12-04 18:04

    I finally solved mine by returning { controlsDescendantBindings: true } in the init function of the binding handler. See this

提交回复
热议问题