modal
modal copied to clipboard
Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
This seems to be a bug on modal pro component. Steps to reproduce: 1. Click to open the modal: ``` Open modal ``` 2. Press the submit button. My code...
Dear @PhiloNL This solution `Open` works perfectly on the blade page, but how to use this `wire:modal` call from Livewire controller ? Correctly for this scenario when i need to...
When calling `$this->closeModal()` I am getting the above error. This is called as it is in the documentation, and I cannot locate anything else in the issues regarding this. Not...
Trying to do: ``` $this->close( andForget: [ ShowEvent::class, ], andDispatch: [ 'refreshCalendar', ], ); ``` The child modal closes and the dispatch works, but the parent modal (ShowEvent) doesn't close....
# Summary It would be great to be able to pass some tailwind classes into the modal as part of the event dispatch, so that individual modal event calls could...
Utilizing DVH (Dynamic Viewport Height) will result in consistent results for showing the modal in mobile phones. Currently, the modal on mobile screens is getting cut at the bottom when...
Within the `registerAndActivateComponent` method, an ID is generated that Wire Elements uses to uniquely track the component instances. Currently, this ID is not accessible from within the instantiated component class...
When the modal is opened, `.overflow-y-hidden` is applied to the parent element, which causes sticky elements (`position: sticky`) inside it to not work as expected. I changed it to `.overflow-y-clip`...
Hello , i just updated AlpineJs from 3.14.3 to 3.14.5 (using Livewire 2). There seems to be a problem with the “display: none” attribute not being removed from here: ...