filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
18.09k stars 2.83k forks source link

Select input in action modals #9052

Closed tareq-alqadi closed 11 months ago

tareq-alqadi commented 11 months ago

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. image

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

zepfietje commented 11 months ago

Please search existing issues before creating a bug report. Duplicate of https://github.com/filamentphp/filament/issues/8234.