mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 21:17:36 +08:00
4e76924eac
This commit adds the AntInputComponentBase.OnValueChangeAsync method and updates the Select module to use OnParametersSetAsync instead of OnParametersSet with the new OnValueChangeAsync. This change ensures that exceptions thrown from user event callback handlers will be caught as they now have an ambient Task instance to report the exceptions on. |
||
---|---|---|
.. | ||
AntComponentBase.cs | ||
AntContainerComponentBase.cs | ||
AntDomComponentBase.cs | ||
AntInputBoolComponentBase.cs | ||
AntInputComponentBase.cs | ||
Template.razor | ||
TemplateComponentBase.cs |