ant-design-blazor/components/form/Internal
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
..
Validate feat(module: form): support set validation rules on FormItem (#1516) 2021-05-28 09:08:42 +00:00
IForm.cs feat(module: Form): Add RequiredMark to Form (#2930) 2022-12-15 14:02:45 +00:00
IFormItem.cs feat(module: input): adds required attribute to input elements. (#3383) 2023-08-05 14:12:37 +08:00
IFormProvider.cs feat(module: form): add form-context demo, support FormProvider (#362) 2020-07-16 08:56:15 +08:00