How to show ValidationResult ?
# help-with-umbraco
c
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