Add 'import 'jquery-typeahead' to fix InputTypeahead in GraphExplorer (#793)

This commit is contained in:
Laurent Nguyen
2021-05-17 17:57:12 +02:00
committed by GitHub
parent 5d1b659e2f
commit 4f3b2f7996

View File

@@ -6,9 +6,10 @@
* typeaheadOverrideOptions: { dynamic:false } * typeaheadOverrideOptions: { dynamic:false }
* *
*/ */
import "jquery-typeahead";
import * as React from "react"; import * as React from "react";
import "./InputTypeahead.less";
import { KeyCodes } from "../../../Common/Constants"; import { KeyCodes } from "../../../Common/Constants";
import "./InputTypeahead.less";
export interface Item { export interface Item {
caption: string; caption: string;