mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +08:00
c3b0b114e6
* feat: add form(not complete yet) * feat: add form(basic) * refactor: change namespace * feat(module: form): add onFinish, onFinishFailed, reset * feat(module: form): add layout demo * feat(module: form): update doc * refactor: basic form Co-authored-by: ElderJames <shunjiey@hotmail.com>
10 lines
174 B
C#
10 lines
174 B
C#
|
|
namespace AntDesign.Internal
|
|
{
|
|
public class DatePickerStatus
|
|
{
|
|
internal string _initPicker = null;
|
|
internal bool _hadSelectValue = false;
|
|
}
|
|
}
|