dotnet/aspnetcore
GitHub で見るInclude valid/invalid state in ValidationStateChangedEventArgs
Open
#13,413 opened on 2019年8月24日
Pillar: Complete Blazor Webaffected-mediumarea-blazorenhancementfeature-blazor-builtin-componentshelp wantedseverity-major
Repository metrics
- Stars
- (37,933 stars)
- PR merge metrics
- (平均マージ 16d 9h) (30d で 258 merged PRs)
説明
Is your feature request related to a problem? Please describe.
I'm trying to detect when a Blazor EditForm's valid state changes so I can enable/disable a Submit button.
Describe the solution you'd like
Add an IsValid Boolean property to ValidationStateChangedEventArgs, and also add a ValidationStateChanged event to EditForm.
Additional context
Add any other context or screenshots about the feature request here.