whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
778 stars 230 forks source link

Image required when updating resource (file already attached) #479

Open paweljh opened 9 months ago

paweljh commented 9 months ago

Hello,

I encountered an error when trying to update resource. First I attached the file and gave it a name, saved it, and then I wanted to update it again, then I get an error that the file is required even though it is already attached. (see first img) obraz

it is also strange that setting require to false or fn() => false

File::make(...)
     ->required(false)

still makes field required