You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File or Image field type is not saving in inline but yes in single form
Attach what I've got in inline.
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.