Skip to content

Commit 8c95ddc

Browse files
authored
Remove unnecessary aria-required property from container element (#8746)
1 parent 7d675d4 commit 8c95ddc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

source/nodejs/adaptivecards/src/card-elements.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3557,7 +3557,6 @@ export abstract class Input extends CardElement implements IInput {
35573557
this._renderedInputControlElement.style.minWidth = "0px";
35583558

35593559
if (this.isNullable && this.isRequired) {
3560-
this._renderedInputControlElement.setAttribute("aria-required", "true");
35613560
this._renderedInputControlElement.classList.add(
35623561
hostConfig.makeCssClassName("ac-input-required")
35633562
);

0 commit comments

Comments
 (0)