Recursive messages
and attributes
methods with payload param
#181
RazorMeister
started this conversation in
Ideas
Replies: 1 comment
-
I would accept a PR adding this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think that functionality for custom validation messages and attributes should work similar to current
rules
method (recursive and withpayload
parameter).For example in my project I have dynamic address field attribute names depending on provided in request country id. I have a field -
zipCode
which is translated aszip code
for USA andpostal code
for other countries.Beta Was this translation helpful? Give feedback.
All reactions