Benedict

Results 10 comments of Benedict

I also get this error "There was a problem submitting the form" with a Nova 4 resource with multiple images: `Images::make('Images'),` In my case I think it's related to the...

In my case the issue was GD failing silently. It turns out I needed to increase the PHP `memory_limit` for it to work!

@KAi2020RM I have a similar issue using fromDataURL to load an image when the canvas is hidden - has anyone resolved this?

I think I may have a similar situation - I have two autocomplete fields on a page (inside a parent vue), the first works perfectly, but the second does not...

In my case the list did not show because of a conflict with the Bootstrap style dropdown-menu used on the second list :/

I'm having the same issue with jquery 1.9.1

Also struggling with this issue, in the `set()` function of the nested Resolver the $resource parameter is the Layout of the parent field rather than the Model I need to...

@ValCanBuild Did you find a fix for this?

+1 is there a work around?