Ensure it's possible to validate based on the fields in the UI
Open
affected-medium
area-blazor
enhancement
feature-blazor-builtin-components
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
The out-of-box DataAnnotationsValidator follows Data Annotations conventions of doing model-based, not UI-based, validation.
Sometimes people may want UI-based validation instead (i.e., we validate just the fields that have a corresponding editor on the screen right now).
If we're missing APIs to enable customizations for this, add them.
Contributor guide
Assessment
This issue has not been assessed yet.