Add 'import 'jquery-typeahead' to fix InputTypeahead in GraphExplorer (#793)
This commit is contained in:
parent
5d1b659e2f
commit
4f3b2f7996
|
@ -6,9 +6,10 @@
|
|||
* typeaheadOverrideOptions: { dynamic:false }
|
||||
*
|
||||
*/
|
||||
import "jquery-typeahead";
|
||||
import * as React from "react";
|
||||
import "./InputTypeahead.less";
|
||||
import { KeyCodes } from "../../../Common/Constants";
|
||||
import "./InputTypeahead.less";
|
||||
|
||||
export interface Item {
|
||||
caption: string;
|
||||
|
|
Loading…
Reference in New Issue