mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 17:30:46 +00:00
Fixed a11y graph input query issue
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user