From 77d413423d7891564f5825b62a66079240469f44 Mon Sep 17 00:00:00 2001 From: Sampath Date: Mon, 17 Apr 2023 11:18:32 +0530 Subject: [PATCH] Revert "autofocus removed for input to resolve 2276949" This reverts commit cfc578f308655f88d19ebedf4f9e10f98e1c399f. --- 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}