Allow multi-line input for query box in Graph (#41)

This commit is contained in:
Laurent Nguyen
2020-06-23 09:35:16 +02:00
committed by GitHub
parent bccebaade5
commit 123902e7ee
6 changed files with 140 additions and 11 deletions

View File

@@ -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>