From 6247d1a97d7c6f50b20ecb9677c445c01b72a5c2 Mon Sep 17 00:00:00 2001 From: Sampath Date: Sun, 16 Apr 2023 22:05:10 +0530 Subject: [PATCH] autofocus removed for input element --- src/Common/EntityValue.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Common/EntityValue.tsx b/src/Common/EntityValue.tsx index 788e08f85..fe2e73800 100644 --- a/src/Common/EntityValue.tsx +++ b/src/Common/EntityValue.tsx @@ -55,7 +55,6 @@ export const EntityValue: FunctionComponent = ({ label={entityValueLabel && entityValueLabel} className="addEntityTextField" id="entityValueId" - autoFocus disabled={isEntityValueDisable} type={entityValueType} placeholder={entityValuePlaceholder}