Fixed a11y graph input query issue
This commit is contained in:
parent
b7f0548cca
commit
15eedb898d
|
@ -164,7 +164,6 @@ export class InputTypeaheadComponent extends React.Component<
|
|||
<TextField
|
||||
multiline={useTextarea}
|
||||
rows={1}
|
||||
id="input"
|
||||
defaultValue={defaultValue}
|
||||
ariaLabel="Input query"
|
||||
placeholder={placeholder}
|
||||
|
|
Loading…
Reference in New Issue