An error occurred when i am using a select input inside an create, edit, or view action.
At the first time i am open the action modal everything works fine, but when i am closing this modal error occurred in console.
after this error occurred and i am quickly trying to open this modal again it's not working and modal not opened, but after few moments it's works fine and the problem repeated again.
Expected behavior
This problem should not appearing.
Steps to reproduce
Just install a fresh Laravel and filament project and put a non native select inside a action modal.
Package
filament/filament
Package Version
v3
Laravel Version
v10
Livewire Version
v3
PHP Version
PHP 8.2
Problem description
An error occurred when i am using a select input inside an create, edit, or view action. At the first time i am open the action modal everything works fine, but when i am closing this modal error occurred in console.
after this error occurred and i am quickly trying to open this modal again it's not working and modal not opened, but after few moments it's works fine and the problem repeated again.
Expected behavior
This problem should not appearing.
Steps to reproduce
Just install a fresh Laravel and filament project and put a non native select inside a action modal.
Reproduction repository
https://github.com/tareq-alqadi/testSelect.git
Relevant log output
No response