You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to be able to access to validation messages from the Validations object so I can show in a message, notification or toast instead of a ValidationsSummary
Describe the solution you'd like
In Validations.razor.cs, make FailedValidations property public
The text was updated successfully, but these errors were encountered:
Yes I guess I could access the messages with the StatusChanged event, but that would require an additional backing property on every page I use validations.
I may be missing something, but what are your concerns with making the readonly collection public?
Is your feature request related to a problem? Please describe.
I would like to be able to access to validation messages from the
Validations
object so I can show in a message, notification or toast instead of aValidationsSummary
Describe the solution you'd like
In Validations.razor.cs, make
FailedValidations
property publicThe text was updated successfully, but these errors were encountered: