ant-design-blazor/components/core/Base
WoogaAndrew 4e76924eac
fix(module: select): Set parameters asynchronously (#3912)
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.
2024-06-19 23:06:12 +08:00
..
AntComponentBase.cs refactor: Remove 'Console.WriteLine' calls in code (#2268) 2022-02-08 12:52:51 +08:00
AntContainerComponentBase.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
AntDomComponentBase.cs fix(module: notification): RTL incorrect style (#3049) 2023-02-01 00:16:03 +08:00
AntInputBoolComponentBase.cs fix(module: checkbox): remove Value initialization blocking (#1459) 2021-05-06 05:23:19 +00:00
AntInputComponentBase.cs fix(module: select): Set parameters asynchronously (#3912) 2024-06-19 23:06:12 +08:00
Template.razor refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
TemplateComponentBase.cs refactor: unified use of FeedbackComponent for modal comfirm and drawer (#1263) 2021-04-04 15:40:54 +08:00