Dmytro Fedorenko

Results 5 comments of Dmytro Fedorenko

I had the same problem :(

Use solution from https://github.com/wbraganca/yii2-dynamicform/issues/10#issuecomment-122772376 Add lines below to your own script ``` javascript $(".dynamicform_wrapper").on('afterInsert', function(e, item) { var datePickers = $(this).find('[data-krajee-kvdatepicker]'); datePickers.each(function(index, el) { $(this).parent().removeData().kvDatepicker('remove'); $(this).parent().kvDatepicker(eval($(this).attr('data-krajee-kvdatepicker'))); }); }); ```

@gupondcaf If you don't know where to put this code, put it into your view file like below ``` php $this->registerJs(

> you should use jdk 8 because the next versions are not including some packages or you can include them manually God bless you man! After adding those dependency I...