wire-elements / modal

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
MIT License
1.09k stars 129 forks source link

Problem with Modal Size Assignment #391

Closed GusAlberto closed 7 months ago

GusAlberto commented 7 months ago

When I use the public static function attributes(): array within my component and set the 'size,' the modal ends up with a different size than the one chosen, and even when I run 'npm run dev,' the change is not applied.

I would like to know why this behavior is happening and if it's possible to have different sizes for parent and child modals.

Thanks!

MODAL