Closed njxqlus closed 11 months ago
filament/filament
v3.0.24
10.19.0
v3.0.0-beta.9
8.1
MarkdownEditor content is duplicated when reordering parent Repeater both using buttons or drag&drop.
https://github.com/filamentphp/filament/assets/15072672/6c6fe5b8-f45f-4e51-9e7d-359345f896d5
Please use markdown-editor-bug branch in reproduction repository.
In continuation #7485
Same as RichEditor - no content/editor duplication on repeater reorder
return $form ->schema([ Forms\Components\Repeater::make('foo')->schema([ Forms\Components\MarkdownEditor::make('bar') ])->reorderableWithButtons() ]);
https://github.com/njxqlus/filamentphp-bug-report/tree/markdown-editor-bug
No response
Same with the Builder
Is there a fix for this on the horizon? Not complaining, but it just gets a little frustrating to use.
Any updates on this?
Fixed in 3.1
Package
filament/filament
Package Version
v3.0.24
Laravel Version
10.19.0
Livewire Version
v3.0.0-beta.9
PHP Version
8.1
Problem description
MarkdownEditor content is duplicated when reordering parent Repeater both using buttons or drag&drop.
https://github.com/filamentphp/filament/assets/15072672/6c6fe5b8-f45f-4e51-9e7d-359345f896d5
Please use markdown-editor-bug branch in reproduction repository.
In continuation #7485
Expected behavior
Same as RichEditor - no content/editor duplication on repeater reorder
Steps to reproduce
Reproduction repository
https://github.com/njxqlus/filamentphp-bug-report/tree/markdown-editor-bug
Relevant log output
No response