momentum-modal
momentum-modal copied to clipboard
First of all, thanks for your great library since it helped me a lot to set up modal behaviour in Inertia ✌️ However, after a while I felt that it...
Inertia doesn't support lazyness for nested props because it only does a simple `array_filter`, but it has a magic trick up it's sleeve that unpacks string props with dots in...
I'm having a weird issue when navigating (using `Inertia.get`) to an URL with a Modal - the modal is displayed properly, but the _base_ component is the one I navigated...
Hi! My use case: I use this modal feature to view a dish on a menu in order to select associated toppings. The problem is that when somebody has viewed...
I've got two modals that share the same base url/route. In one modal, I'm making doing a `form.put()`, where the redirect should be a new modal. It's currently sending the...
It would be great if I could use this with React instead of Vue.. Simply because Reactjs offers many more 3rd Party API's and services. Just a thought. Thanks!
While using your great package (thanks!), I noticed that the approach sometimes does not generate the desired output. For example, my `HandleInertiaRequests` middleware returns the [breadcrumbs](https://github.com/diglactic/laravel-breadcrumbs) for every request but...
When navigating to the modal url, without an authenticated session, the modal component is not loaded. Instead the login page is still showing. This happens also on the PingCrm example....
Good afternoon. I made a modal window according to the instructions, but when I close it loads, after which the background is updated. How can I fix this problem? Thank...
Hi, when I am inside a Modal, and there is an (inertia) Link in there, when I click on that link the modal goes away, but only partially: the new...