Compare commits

...

1 Commits

Author SHA1 Message Date
vaidankarswapnil
8b25b56684 Fixed a11y graph new vertext ID issue 2022-01-27 15:50:21 +05:30

View File

@@ -143,7 +143,7 @@ export const NewVertexComponent: FunctionComponent<INewVertexComponentProps> = (
<TextField
className="edgeInput"
type="text"
id="propertyKeyNewVertexPane"
id={`propertyKeyNewVertexPane${index + 1}`}
componentRef={input}
placeholder="Key"
autoComplete="off"