ant-design-blazor/components/input
Peter Ha b5ff091f12
feat(module: input): when input fails validation, add the aria-invalid… (#3378)
* feat(module:input): when input fails validation, add the aria-invalid attribute

when an input fails validation, the aria-invalid attribute is added for accessibility

no breaking changes

* added check if attribute already added

* address unit test fail for placeholder

---------

Co-authored-by: Peter Ha <peter.ha@roininconsulting.net>
2023-08-05 14:11:16 +08:00
..
style chore: sync ant-design v4.24.2 (#2877) 2022-11-24 23:11:02 +08:00
Input.cs feat(module: input): when input fails validation, add the aria-invalid… (#3378) 2023-08-05 14:11:16 +08:00
InputGroup.razor fix(module: input): fix & feat & docs & tests: Input general fixes (#1530) 2021-05-27 18:13:26 +08:00
InputGroup.razor.cs fix(module: input): fix & feat & docs & tests: Input general fixes (#1530) 2021-05-27 18:13:26 +08:00
InputPassword.razor.cs fix(module: form): validation status styles (#3005) 2023-01-13 23:27:35 +08:00
InputSize.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
Search.razor.cs fix(module: input): wrong style of Search with clear button (#2991) 2023-01-07 23:03:06 +08:00
TextArea.razor fix(module: input): incorrect html structure of TextArea icons (#3367) 2023-07-27 08:14:58 +08:00
TextArea.razor.cs fix(module: input): incorrect html structure of TextArea icons (#3367) 2023-07-27 08:14:58 +08:00