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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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;