Jeremy Nikolic

Results 15 comments of Jeremy Nikolic

Thanks for reporting this @vitaliyb 🙏 This will be addressed in Nova 5 along with other alignments for some of those fields where full width is not pertinent UI/UX wise

Hi @Brand3000, thanks for reporting this. To help investigating, please post an example to illustrate the case and ease the reproduction 🙏

I am unfortunately not able to reproduce the issue. Setting up a Repeater with an item containing a file or image field, and using `storeAs` callback, behave as expected. Please...

Thanks for the details 👍 It's missing the right import as per the exception indicates. You'd need importing `\Illuminate\Http\Request` ~~or `\Laravel\Nova\Http\Requests\NovaRequest` if you need something more specific (and adjust `Request`...

As you are in a repeater, your file is nested within the resource payload. `$request->file("{resource_key}.{repeater_iteration}.fields.image1")` With that said, I realized while looking into this that you'll be missing a way...