Ville Hellman
Results
1
comments of
Ville Hellman
Whilst waiting this JS work-around gets you going again: ``` javascript $(document).on('nested:fieldRemoved', function(event){ event.field.find('*').removeAttr('required'); }); ```