FritzAndFriends / BlazorWebFormsComponents

A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
MIT License
428 stars 72 forks source link

Blocked on Implementing ValidationGroup and CauseValidation #36

Closed Kahbazi closed 4 years ago

Kahbazi commented 4 years ago

In order to implement ValidationGroup and CauseValidation, we need to get the element causing submit in EditForm, which is not possible in blazor right now. I opened an issue on AspNetCore repo requesting this feature. https://github.com/dotnet/aspnetcore/issues/18326

csharpfritz commented 4 years ago

I'll show this on stream Thursday the 16th and we can discuss alternate paths forward

hishamco commented 4 years ago

An updates on this one?

csharpfritz commented 4 years ago

Nothing yet... will re-evaluate next week

hishamco commented 4 years ago

Duplicate of #247