Naveed Shahzad
Results
1
comments of
Naveed Shahzad
it is working, you should do this. ``` $('.m_repeater_section').repeater({ initEmpty: false, defaultValues: { 'text-input': 'foo' }, show: function() { $(this).slideDown(); $(this).find('.select2').removeClass('select2-hidden-accessible'); $(this).find('.select2-container').remove(); $(this).find('.select2').select2(); }, hide: function(deleteElement) { if(confirm('Are you sure...