Closed bluecollardev closed 3 years ago
I got the same problem and few other ones. After change to v1.1.0 all problems gone and Bind.js works like a charm.
@LinhTran1 Fake accounts is not the way things are worked out.
I'm having the same issue with 1.1.1 and 1.1.0; it can be reproduced by changing the source of bind.js in the JSBin form example to master.
This bug still seems to exist in 1.1.2., correct me, if I am wrong. Browser Chrome 86.0.4240.111, MacOS 10.15.7.
Fixed and live in latest
I am using the following code to loop over my form fields and generate config for Bind...
`console.clear(); var prefix = '#form-product-p2p-filter '; var expr = /^product_(attribute|discount|special)[\d+]/, form = $('#form-product-p2p-filter').serializeArray().filter(function (obj) { return !obj.name.match(expr); });
For some reason, the binding works find on regular input elements, but all the options in all my select elements are getting wiped out. Any ideas?
BTW -- downgrading to v 1.0.1 fixed my issues.