FFilament•Created by Jordin on 7/18/2024 in #❓┊help 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.