mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-12 11:55:24 +08:00
78abff551d
* feat(module: form): add form-context demo, support FormProvider * refactor: remove debug code Co-authored-by: James Yeung <shunjiey@hotmail.com>
6 lines
137 B
C#
6 lines
137 B
C#
@namespace AntDesign
|
|
@inherits AntComponentBase
|
|
|
|
<CascadingValue Name="FormProvider" Value="this">
|
|
@ChildContent
|
|
</CascadingValue> |