modal icon indicating copy to clipboard operation
modal copied to clipboard

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.

Results 17 modal issues
Sort by recently updated
recently updated
newest added

Setting `mode: 'jit'` in `tailwind.config.js` breaks modals on screen widths > 640px (Tailwind's `sm` breakpoint). Clicking a button to enable the modal does correctly fade in the backdrop, but the...

Please see this discussion: https://laracasts.com/discuss/channels/livewire/unable-to-call-component-method-public-method-addcomment-not-found-on-component-comment-table?page=1&replyId=817331 so when i click the button to show the addComment form it shows and then it is overlaid with the erroneous error page. Clicking outside...

I'm testing this on my iPhone 10X and the modal appears at the bottom of the screen and a portion of the modal is cutoff, you have to scroll the...

Hi This pull requests adds alpines x-trap to handle the focus for models. It is my understanding that the alpine plugins do not work with Alpine v2 and therefore it...

Hi! I think a nice addition to the package could be a boolean public property "inModal" for when a component is actually in a modal. This can be useful for...

Issue: currently, maxWidths is hardcoded in /modal/src/ModalComponent.php as follows: ``` protected static array $maxWidths = [ 'sm' => 'sm:max-w-sm', 'md' => 'sm:max-w-md', 'lg' => 'sm:max-w-md md:max-w-lg', 'xl' => 'sm:max-w-md md:max-w-xl',...

I'm opening a modal from a function on page load if a condition is met. **Blade template:** ``` @if ($user->subscription?->latest_webhook == 'waiting') @push('scripts') setTimeout(function() { Livewire.emit('openModal', 'subscription-webhook-status'); }, 800); @endpush...

**The problem:** I had other stuff on my page set z-40, made the modal not appear on top. **Analysis:** I found in `vendor/wire-elements/modal/resources/views/modal.blade.php` that the z index is set via...

I'm trying to implement this into a Livewire 3 full page component but getting the below error in the console. My full page component code: ```

Is there a way to make this package support using volt livewire components? Required interface [WireElements\Pro\Contracts\BehavesAsModal] ``` hello i should open in modal ```