© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
4 replies
kennyhorna

Required field

I'm trying to localize my app. I added the language files and all good, the only thing that I can't manage to get is how to translate the "required" message. So far, the validation is done at the frontend instead of at the backend (to get the translated message).

Is there a way to ignore the frontend validation for the
required
required
rule? or even better, a way to translate the frontend message? Thanks in advance.
screenshot_2024-07-09_at_17.29.59.png
Solution
->rule('required')
->rule('required')
instead of
required()
required()
I think
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
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Multi field FieldComponent
FilamentFFilament / ❓┊help
2y ago
Making a RichEditor field required
FilamentFFilament / ❓┊help
7mo ago
Select Field Required Wrong Validation
FilamentFFilament / ❓┊help
2y ago
Field is required CSV Importer
FilamentFFilament / ❓┊help
3y ago