csla icon indicating copy to clipboard operation
csla copied to clipboard

TextSeparator = ", " for concatenating errors

Open michaelcsikos opened this issue 3 years ago • 1 comments

The standard validation error messages such as [Required] are proper sentences ending with a . and I think this is good practice. Csla.Blazor.PropertyInfo assumes error messages won't end with a . using ", " to concatenate errors, so you end up with:

image

Should TextSeparator = " " or perhaps be a public static string TextSeparator { get; set; } instead?

michaelcsikos avatar May 06 '22 08:05 michaelcsikos

It seems like something someone could set, and perhaps the default should be " ".

rockfordlhotka avatar May 06 '22 18:05 rockfordlhotka