RichEdit grid not work properly

at edit not like at view I do all "prose" types , it do the same :
No description
No description
Solution:
I’m thinking there is a bug. Please submit an issue. The way the grid is built should work without prose except for the breakpoints/responsiveness that depends on custom styles.
Jump to solution
10 Replies
awcodes
awcodes6d ago
Try php artisan filament:assets or npm run build if using a custom theme. If the problem persists please submit an issue.
Darnes
DarnesOP6d ago
it is the same I have not submit an issue before , so where I do ? in github or here
awcodes
awcodes6d ago
On GitHub
Dennis Koch
Dennis Koch6d ago
Did you add the fi-prose class around your content? https://filamentphp.com/docs/4.x/forms/rich-editor
However, some features, such as the grid layout and text colors, require additional styles that are not included in the Tailwind CSS Typography plugin. Filament also includes its own fi-prose CSS class that adds these additional styles. Any app that loads Filament’s vendor/filament/support/resources/css/index.css CSS will have access to this class. The styling is different to the prose class, but fits with Filament’s design system better:
Darnes
DarnesOP6d ago
I do by many way
No description
Darnes
DarnesOP6d ago
and like this
No description
Darnes
DarnesOP6d ago
and
No description
Solution
awcodes
awcodes4d ago
I’m thinking there is a bug. Please submit an issue. The way the grid is built should work without prose except for the breakpoints/responsiveness that depends on custom styles.
Darnes
DarnesOP4d ago
I will do
Darnes
DarnesOP3d ago
GitHub
RichEdit Grid not work properly · Issue #18010 · filamentphp/fila...
Package filament/filament Package Version v4.1.0 Laravel Version v12.0 Livewire Version v3 PHP Version PHP v8.3 Problem description RichEdit grid not work properly , it work well when the grids dim...

Did you find this page helpful?