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

fix missing ")" on query selector #432

Closed PH7-Jack closed 2 months ago

PH7-Jack commented 3 months ago

Description

This PR updates the JavaScript query selector used in modal.focusables(). The update corrects the syntax of the :not pseudo-class applied to input elements, ensuring hidden inputs are properly excluded from the selection. This change enhances the functionality and reliability of our UI element selection logic.

Changes

Thanks for your time!

PhiloNL commented 2 months ago

Thanks!