Open vanandmkrtchyan opened 7 years ago
Non Continuing Continuing data-values='[{"1":"0","2":"123"},{"1":"1","2":"156"},{"1":"0","2":"345"}]' This is my repeater, wanted to set values. Already tested, values is an object. Getting this error: jQuery.Deferred exception: Cannot read property 'set' of undefined TypeError: Cannot read property 'set' of undefined at http://www.biw.vm/assets/js/jquery.repeater.min.js:1:6609 at g (http://www.biw.vm/assets/js/jquery.repeater.min.js:1:265) at yt.fn.init.a.fn.inputVal (http://www.biw.vm/assets/js/jquery.repeater.min.js:1:6587) at d (http://www.biw.vm/assets/js/jquery.repeater.min.js:1:9383) at http://www.biw.vm/assets/js/jquery.repeater.min.js:1:9965 at x (http://www.biw.vm/assets/js/jquery.repeater.min.js:1:10035) at g (http://www.biw.vm/assets/js/jquery.repeater.min.js:1:265) at yt.fn.init.d [as setList] (http://www.biw.vm/assets/js/jquery.repeater.min.js:1:10105) at HTMLDocument. (http://www.biw.vm/step/2:67:22) at u (http://www.biw.vm/assets/js/app.js:29:25135) undefined yt.Deferred.exceptionHook @ app.js:29 c @ app.js:29 setTimeout (async) (anonymous) @ app.js:29 l @ app.js:29 fireWith @ app.js:29 fire @ app.js:29 l @ app.js:29 fireWith @ app.js:29 ready @ app.js:29 g @ app.js:19 app.js:29 Uncaught TypeError: Cannot read property 'set' of undefined at jquery.repeater.min.js:1 at g (jquery.repeater.min.js:1) at yt.fn.init.a.fn.inputVal (jquery.repeater.min.js:1) at d (jquery.repeater.min.js:1) at jquery.repeater.min.js:1 at x (jquery.repeater.min.js:1) at g (jquery.repeater.min.js:1) at yt.fn.init.d [as setList] (jquery.repeater.min.js:1) at HTMLDocument. (2:67) at u (app.js:29)
data-values='[{"1":"0","2":"123"},{"1":"1","2":"156"},{"1":"0","2":"345"}]'
This is my repeater, wanted to set values. Already tested, values is an object.
Getting this error:
I got same issues
I got same issues