yassilah / laravel-nova-nested-form

This package allows you to include your nested relationships' forms into a parent form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: Image field in nested form does not have accept type image/*

MaryUshenina opened this issue · comments

  • Laravel Version: 7.13.0
    
  • Nova Version: 3.6.0
    
  • PHP Version: 7.3.18
    
  • yassi/nova-nested-form: v3.0.7
    

when using Image::make() field in nested form the acceptedTypes('image/*') is not working