Revert "autofocus removed for input to resolve 2276949"
This reverts commit cfc578f308
.
This commit is contained in:
parent
cfc578f308
commit
77d413423d
|
@ -55,6 +55,7 @@ export const EntityValue: FunctionComponent<TableEntityProps> = ({
|
|||
label={entityValueLabel && entityValueLabel}
|
||||
className="addEntityTextField"
|
||||
id="entityValueId"
|
||||
autoFocus
|
||||
disabled={isEntityValueDisable}
|
||||
type={entityValueType}
|
||||
placeholder={entityValuePlaceholder}
|
||||
|
|
Loading…
Reference in New Issue