sokollondon

Results 16 comments of sokollondon

Login failed: https://yadi.sk/i/Amhb9zIR8a9Ieg Frontend article error https://yadi.sk/i/XFHYbirZjc3z5g

Application error https://yadi.sk/i/Gyc0TyV0r8m--w And old link here https://yadi.sk/i/rtv1_fbmcgxrvw P.S. Add screenshots to readme.md. Useful when the demo doesn't work

Solution **using clean typeahead.js** without kartik-v =) https://stackoverflow.com/a/61341726/4831608 Duplicate of https://github.com/wbraganca/yii2-dynamicform/issues/12

Let's add screenshots to README.md? This compensates a little for the demo problem.

Yes, it would be useful! Several times people asked about this in the comments here https://demos.krajee.com/sortable

Solution ```javascript $(function () { $(".dynamicform_wrapper").on("afterInsert", function(e, item) { $(item).find("select[id$='-city_id']").val(4); }); }); ```