Skip to content

Commit

Permalink
Use the latest version of typeahead, which supports disabling.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed May 15, 2018
1 parent f551c7b commit 24d09fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jsonld": "^0.4.6",
"moment": "^2.14.1",
"react-bootstrap-datetimepicker": "https://kbss.felk.cvut.cz/dist/react-bootstrap-datetimepicker-0.0.5.tgz",
"react-bootstrap-typeahead": "https://kbss.felk.cvut.cz/dist/react-bootstrap-typeahead-0.0.11.tgz",
"react-bootstrap-typeahead": "https://kbss.felk.cvut.cz/dist/react-bootstrap-typeahead-0.0.15.tgz",
"jsonld-utils": "https://kbss.felk.cvut.cz/dist/jsonld-utils-0.0.9.tgz",
"inputmask-core": "^2.1.1",
"babel-runtime": "^6.9.2",
Expand Down
2 changes: 0 additions & 2 deletions src/components/Question.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

import React from "react";
import assign from "object-assign";
import {Glyphicon, Panel} from "react-bootstrap";
Expand Down
2 changes: 0 additions & 2 deletions src/components/answer/TypeaheadAnswer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

import React from 'react';
import JsonLdUtils from 'jsonld-utils';
import Typeahead from 'react-bootstrap-typeahead';
Expand Down

0 comments on commit 24d09fd

Please sign in to comment.