autofocus removed for input to resolve 2276949

This commit is contained in:
Sampath 2023-04-16 21:45:37 +05:30
parent 4ec6108f41
commit cfc578f308

View File

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