Replies: 1 comment
-
That's good feedback @j055, thank you! I've added a couple issues to the backlog to track these ideas. The missing space is a bug. The API change is breaking, so would need to wait for v6.0 |
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
-
Just playing around with the
ViewModel
in Blazor. I notice that the implementation ofCsla.Blazor.IPropertyInfo.ErrorText
joins multiple messages with a ',' but needs a space after the comma to display properly.Having said that I would prefer if
Csla.Blazor.IPropertyInfo.ErrorText
and it's siblings returned a collection of strings. An implicitToString
could join them with a comma/space.It would be nice to have a
Name
property inIPropertyInfo
so it can easily be used as anid
in HTML elements.Minor things really but thought I'd mention them.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions