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
17.13k stars 2.69k forks source link

hiddenOn field breaks modal in which the field is hidden #10114

Closed mokhosh closed 8 months ago

mokhosh commented 8 months ago

Package

filament/filament

Package Version

v3.1.12

Laravel Version

v10.35.0

Livewire Version

v3.2.6

PHP Version

8.2.13

Problem description

If you add hiddenOn on a tabs field inside a form that is inside a modal, after opening the modal inside which the tabs field is visible, the other modal inside which the tabs field is hidden breaks and you can only see the transparent backdrop.

Expected behavior

Both modals should load just fine.

Steps to reproduce

Reproduction repository

https://github.com/mokhosh/filament-v3-bug-reproduction

Relevant log output

No response

danharrin commented 8 months ago

Fixed