© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
Filament
•
2y ago
•
3 replies
Jordin
Custom validation message for min attribute
It seems to me that the custom validation for a minimum numeric attribute is not working as expected
.
-
>validationMessages
(
[
'min
.numeric
'
=
>
_
_
(
'Custom message
.
'
)
,
]
)
These array validations seem to be the issue
.
Solution
->validationMessages([
'min' => __('Custom message.')
])
->validationMessages([
'min' => __('Custom message.')
])
?
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Custom validation message for requiredWithoutAll
F
Filament / ❓┊help
3y ago
Custom validation message?
F
Filament / ❓┊help
3y ago
Custom validation message for File-upload
F
Filament / ❓┊help
2y ago
Validation Attribute
F
Filament / ❓┊help
3y ago