© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
15 replies
Iven S. | LvckyWorldᶜʳᵉʷ

richeditor is not rendering html

                    RichEditor::make('product_benefits_html')
                        ->label('Produktvorteile' . $model->product_benefits_html))
                        ->hintIcon('heroicon-o-question-mark-circle')
                        ->hintIconTooltip('Gebe hier Vorteile des Produktes an, die im Checkout angezeigt werden, wenn Nutzer weitere Details anzeigen lassen.')
                        ->toolbarButtons(self::getToolbarButtons())->columnSpan(2),
                    RichEditor::make('product_benefits_html')
                        ->label('Produktvorteile' . $model->product_benefits_html))
                        ->hintIcon('heroicon-o-question-mark-circle')
                        ->hintIconTooltip('Gebe hier Vorteile des Produktes an, die im Checkout angezeigt werden, wenn Nutzer weitere Details anzeigen lassen.')
                        ->toolbarButtons(self::getToolbarButtons())->columnSpan(2),
image.png
Solution
Can you unpublish the views, there were a few issues with the rich editor recently in the view.
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Placeholder not rendering custom HTML
FilamentFFilament / ❓┊help
9mo ago
Richeditor tiptap allow html attributes
FilamentFFilament / ❓┊help
5mo ago
Using html() on a RichEditor-set value still rendering the tags
FilamentFFilament / ❓┊help
3y ago
v4 RichEditor h1,h2,... not work when rendering
FilamentFFilament / ❓┊help
5mo ago