2

During registration (blazor scaffolded page) there is the validation of uniqueness of username (email), with is obviously needed. Unfortunately is not clear to me how I can change the error message (User name '..@..' is already taken). I found some solutions for MVC link but maybe there is something new at Blazor. By the way, maybe it is possible that even server validation could be displayed next to input control, not at one block. By default, all client validation are presented next to the field, but server one (like name iniquity) at one block.

0 Answers0