mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
Allow multi-line input for query box in Graph (#41)
This commit is contained in:
@@ -40,6 +40,7 @@ export class QueryContainerComponent extends React.Component<
|
||||
submitFct={(inputValue: string, selection: InputTypeaheadComponent.Item) =>
|
||||
this.onSubmit(inputValue, selection)
|
||||
}
|
||||
useTextarea={true}
|
||||
/>
|
||||
{this.renderQueryInputButton()}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user