Materilize modal error with Livewire

Hello, I am using https://materializecss.com/modals.html as a design framework and since I install and use livewire the modal closes alone when I fill a field, and without livewire the modal works perfectly, why is that? I appreciate your help

Are you using the latest version of Livewire:
v1.3 because with last version 2 is giving me some url problem
Laravel 7

Hey, @pixsolution can you show us some console errors or the code itself cause I need more information to answer your question.

the livewire gives you “URL’s problem” because Route::livewire no longer supported in V2
check the Upgrading Guide