ant-design-blazor/components/form
Peter Ha 511d904cf7
feat(module: input): adds required attribute to input elements. (#3383)
* feat(module:input) adds required attribute to input elements.

when a form variable is decorated with the required validation, the required attribute is added to the input html

no breaking changes

* changed public to internal

* changed public to internal

* fixed null exception

---------

Co-authored-by: Peter Ha <peter.ha@roininconsulting.net>
2023-08-05 14:12:37 +08:00
..
EventCallbackArgs feat(module: form): add form-context demo, support FormProvider (#362) 2020-07-16 08:56:15 +08:00
Internal feat(module: input): adds required attribute to input elements. (#3383) 2023-08-05 14:12:37 +08:00
style chore: sync ant-design v4.24.2 (#2877) 2022-11-24 23:11:02 +08:00
types refactor: reduce dependence (#301) 2020-07-03 13:37:40 +08:00
Validate feat(module: form): add properties Help, ValidateStatus and HasFeedback (#1807) 2021-08-04 19:02:29 +08:00
ColLayoutParam.cs feat(module: form): Form lable supports left alignment (#1292) 2021-04-02 23:13:44 +08:00
Form.razor feat(module: form): support set validation rules on FormItem (#1516) 2021-05-28 09:08:42 +00:00
Form.razor.cs feat(module: Form): Add RequiredMark to Form (#2930) 2022-12-15 14:02:45 +00:00
FormItem.razor fix(module: form): validation status styles (#3005) 2023-01-13 23:27:35 +08:00
FormItem.razor.cs feat(module: input): adds required attribute to input elements. (#3383) 2023-08-05 14:12:37 +08:00
FormLocale.cs feat(module: Form): Add RequiredMark to Form (#2930) 2022-12-15 14:02:45 +00:00
FormProvider.razor feat(module: overlay): OverlayTrigger not bound to a div (#937) 2021-01-21 17:20:10 +08:00
FormProvider.razor.cs feat(module: form): add form-context demo, support FormProvider (#362) 2020-07-16 08:56:15 +08:00
FormRequiredMark.cs feat(module: Form): Add RequiredMark to Form (#2930) 2022-12-15 14:02:45 +00:00
FormValidateStatus.cs feat(module: form): add properties Help, ValidateStatus and HasFeedback (#1807) 2021-08-04 19:02:29 +08:00