While using blazor's ValidationMessage I realized that this component wraps the error around a div and add the class validation-message
How can I get only the error string without the div?
While using blazor's ValidationMessage I realized that this component wraps the error around a div and add the class validation-message
How can I get only the error string without the div?
Copyright © 2021 Jogjafile Inc.

You can get validation error messages from
EditContext