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
15.01k stars 2.43k forks source link

RichEditor content no longer displayed when relationship manager modal window reopen #12779

Closed jechazelle closed 2 weeks ago

jechazelle commented 2 weeks ago

Package

filament/filament

Package Version

v3.2.77

Laravel Version

v11.7.0

Livewire Version

v3.4.12

PHP Version

PHP 8.2

Problem description

Hi,

This problem isn't here on the v3.2.76.

When I open a modal from relation manager, close the modal and open again, the content is missing:

Click on "Edit":

Capture d’écran 2024-05-14 à 13 59 05

First open, content is here:

Capture d’écran 2024-05-14 à 14 06 05

Close modal and open again, the content isn't here:

Capture d’écran 2024-05-14 à 14 05 26

Expected behavior

Content always present on close and reopen modal on relation manager.

Steps to reproduce

  1. Open modal on relation manager
  2. Close the modal
  3. Reopen the modal

Reproduction repository

https://github.com/jechazelle/filament-custom-field

Relevant log output

No response

danharrin commented 2 weeks ago

Pushed b108e14b4b512ec0bede124bb22a75a3c14907ca for the next release