Update EntityValue.tsx

This commit is contained in:
MokireddySampath
2023-04-18 16:32:11 +05:30
committed by GitHub
parent 98180f60bb
commit bc8e07249e

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}