Should DataBoundFormComponent<T>.ValueChanged be EventCallback<T?> #1316

Open
opened 2026-01-29 17:52:00 +00:00 by claunia · 0 comments
Owner

Originally created by @Mertsch on GitHub (Jul 25, 2024).

Describe the bug
ec4f370f29/Radzen.Blazor/DataBoundFormComponent.cs (L135)
states that ValueChanged is EventCallback<T> but shouldn't it be EventCallback<T?>?

Originally created by @Mertsch on GitHub (Jul 25, 2024). **Describe the bug** https://github.com/radzenhq/radzen-blazor/blob/ec4f370f298bad10762c0798282792fffc158203/Radzen.Blazor/DataBoundFormComponent.cs#L135 states that `ValueChanged` is `EventCallback<T>` but shouldn't it be `EventCallback<T?>`?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1316