You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly thank you for a great library! It's already been super helpful.
I just have a quick question / feature request please...
At the moment if the user neglects to enter a value they are presented with a message along the lines of The {{fieldName}} field is required by the following logic: {{logic}}
Is there a way to change this message please? Perhaps in a config file or something? I would like to make the message conform to our existing error handling within the app and remove the reference to the logic which would be confusing for our average user. I realise I can override the error message on the [RequiredIf] property but I would rather do it once for all of the properties if possible to reduce the administrative overhead and complexity in managing these.
The text was updated successfully, but these errors were encountered:
Firstly thank you for a great library! It's already been super helpful.
I just have a quick question / feature request please...
At the moment if the user neglects to enter a value they are presented with a message along the lines of
The {{fieldName}} field is required by the following logic: {{logic}}
Is there a way to change this message please? Perhaps in a config file or something? I would like to make the message conform to our existing error handling within the app and remove the reference to the logic which would be confusing for our average user. I realise I can override the error message on the
[RequiredIf]
property but I would rather do it once for all of the properties if possible to reduce the administrative overhead and complexity in managing these.The text was updated successfully, but these errors were encountered: