Fixed a11y graph input query issue

This commit is contained in:
vaidankarswapnil 2022-02-01 09:02:05 +05:30
parent b7f0548cca
commit 15eedb898d
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ export class InputTypeaheadComponent extends React.Component<
<TextField
multiline={useTextarea}
rows={1}
id="input"
defaultValue={defaultValue}
ariaLabel="Input query"
placeholder={placeholder}