Blazored / FluentValidation

A library for using FluentValidation with Blazor
https://blazored.github.io/FluentValidation/
MIT License
597 stars 86 forks source link

[Feature Request] Validation Severity - formatting and EditContext.Properties #219

Open Liero opened 9 months ago

Liero commented 9 months ago

As per discussion here: https://github.com/Blazored/FluentValidation/pull/212

  1. Allow to access ValidationFailure without referencing FluentValidator UI component
  2. Add some option to format validation message based on validation severity, so that user can differenciate between Error, Warning and Info messages.