mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-16 17:25:58 +00:00
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
|
<TextField
|
||||||
multiline={useTextarea}
|
multiline={useTextarea}
|
||||||
rows={1}
|
rows={1}
|
||||||
id="input"
|
|
||||||
defaultValue={defaultValue}
|
defaultValue={defaultValue}
|
||||||
ariaLabel="Input query"
|
ariaLabel="Input query"
|
||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user