Version 3.2.97 breaks copying form fields when viewing them
Please see the video.
Between version
3.2.96
and 3.2.97
something changed causing the Markdowneditor
field to not be copiable when viewing the resource in a relation manager.
https://github.com/filamentphp/filament/compare/v3.2.96...v3.2.97GitHub
Comparing v3.2.96...v3.2.97 · 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. - Comparing v3.2.96...v3.2.97 · filamentphp/fi...
15 Replies
The same problem occurs with
RichEditor
, TextArea
and TextInput
. Select
fields seem not to be affected.have you upgraded to the latest and have you run npm run build?
Yes I did.
Make sure you run ‘artisan filament:upgrade’ after each upgrade also try ‘artisan filament:assets’
Yes I executed both commands, currently running v3.2.111 and the issue still persists.
did you publish the views?
No i did not
Are you seeing any console errors in the browser? I can't replicate the issue in the filament demo.
It is an markdowneditor field on a relationshipmanager. Viewed using a viewaction slideover
I do not think that is in the filament demo
https://demo.filamentphp.com/shop/products/products/1/edit has comments with a Markdown editor in a modal. Modal and Slideover are the same thing just different css.
Yeah I see those are rendered as an infolist instead of disabled form i think
Will look into how they did that, thank you for helping me along
click on edit, that will show you the form
I saw the form and implemented the same infolist. Displaying the infolist works. Copying is still impossible, I'm kinda lost
I don't know if it's the same origin of the problem but in livewire form with RichEditor, I have the wrong Richbox value.
livewire/livewire v3.5.6