Revert "autofocus removed for input to resolve 2276949"

This reverts commit cfc578f308.
This commit is contained in:
Sampath 2023-04-17 11:18:32 +05:30
parent cfc578f308
commit 77d413423d
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ export const EntityValue: FunctionComponent<TableEntityProps> = ({
label={entityValueLabel && entityValueLabel}
className="addEntityTextField"
id="entityValueId"
autoFocus
disabled={isEntityValueDisable}
type={entityValueType}
placeholder={entityValuePlaceholder}