© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2mo ago•
4 replies
Bonux

RichEditor not using custom validation message provided.

Form builder4️⃣v4
  RichEditor::make('comment')
                    ->validationMessages([
                        'required' => 'TEST'
                    ])
                    ->label('Comment')
                    ->columnSpanFull()
                    ->toolbarButtons([
                        ['bold', 'italic', 'underline', 'strike'],
                        ['h2', 'h3', 'alignStart', 'alignCenter', 'alignEnd'],
                        ['undo', 'redo'],
                    ])
                    ->required(),
  RichEditor::make('comment')
                    ->validationMessages([
                        'required' => 'TEST'
                    ])
                    ->label('Comment')
                    ->columnSpanFull()
                    ->toolbarButtons([
                        ['bold', 'italic', 'underline', 'strike'],
                        ['h2', 'h3', 'alignStart', 'alignCenter', 'alignEnd'],
                        ['undo', 'redo'],
                    ])
                    ->required(),



It just defaults to the predefined one. Is it a bug or am I stupid ?
image.png
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

Custom validation message?
FilamentFFilament / ❓┊help
3y ago
Custom validation message is not working
FilamentFFilament / ❓┊help
2y ago
Custom & display validation message
FilamentFFilament / ❓┊help
7mo ago
Custom validation message for requiredWithoutAll
FilamentFFilament / ❓┊help
3y ago