From 6dba4937ce0ca369a1518161b39062f2e40fd3ea Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:48:48 +0530 Subject: [PATCH] Fix 1586730 : WCAG 4.1.1: Ensures every id attribute value used in ARIA and in labels is unique (input[aria-labelledby="TextFieldLabel339"]) (#1562) * id has been removed for the input elements in add table row dialog since they have no significance in selection of elements and they are repetetive which is not a good practice * Update EntityValue.tsx * Update EntityValue.tsx --- src/Common/EntityValue.tsx | 2 -- src/Common/TableEntity.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/Common/EntityValue.tsx b/src/Common/EntityValue.tsx index fe2e73800..7d7f3d7f5 100644 --- a/src/Common/EntityValue.tsx +++ b/src/Common/EntityValue.tsx @@ -39,7 +39,6 @@ export const EntityValue: FunctionComponent = ({ /> = ({ = ({ = ({ onChange={onEntityTypeChange} options={options} disabled={isPropertyTypeDisable} - id="entityTypeId" styles={dropdownStyles} />