Join Discord
Powered by
How to show ValidationResult ?
# help-with-umbraco
c
CounterLogic
10/01/2024, 2:38 AM
I am creating custom validation in server-side, if it meets conditon, it will get return new List
{ new ValidationResult($"The suggestion exceeded the max allowed characters ({maxCharsValue})") }; but how to show it on screen
Previous
Next