kirschbaum-development / nova-inline-relationship

A package to present relationships as inline properties in Nova.
MIT License
196 stars 84 forks source link

Error when File or Image in Inline #87

Open avelap opened 3 years ago

avelap commented 3 years ago

File or Image field type is not saving in inline but yes in single form Attach what I've got in inline. imagen This is the input <input dusk="name?0" type="file" id="file-name?0" name="name" class="form-file-input select-none"> The name="name" is always despite of the name of the field. How can I solve this? Thank you.

Santukon commented 3 years ago

Same problem here

avelap commented 3 years ago

This one works. It's uglier but it does the work. https://github.com/yassipad/laravel-nova-nested-form