Customizing Error Messages
I've searched Github & Discord a bit and seen a few mentions of "full error customization", and am finding that I need it, but can't find any examples of it.
I have a type:
When these fields are incorrect, it yields the following error messages:
I want to show these outputs in-line in a form. To do that, I need some more customization like:
I have a type:
When these fields are incorrect, it yields the following error messages:
I want to show these outputs in-line in a form. To do that, I need some more customization like:
- Showing
instead ofemailuser.email(I can use css capitalize to capitalize it if necessary) - Getting rid of
(was ___)