From bc8e07249e120fb3167a6c6c9525e25ce8c75978 Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Tue, 18 Apr 2023 16:32:11 +0530 Subject: [PATCH] Update EntityValue.tsx --- src/Common/EntityValue.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Common/EntityValue.tsx b/src/Common/EntityValue.tsx index fe2e73800..788e08f85 100644 --- a/src/Common/EntityValue.tsx +++ b/src/Common/EntityValue.tsx @@ -55,6 +55,7 @@ export const EntityValue: FunctionComponent = ({ label={entityValueLabel && entityValueLabel} className="addEntityTextField" id="entityValueId" + autoFocus disabled={isEntityValueDisable} type={entityValueType} placeholder={entityValuePlaceholder}