Relation search widget (#186)

* search action/reducer refactor

* Relation widget skeleton

* search clearing

* query action + reducer

* Autocomplete component for RelationControl
This commit is contained in:
Cássio Souza
2016-12-07 15:44:07 -02:00
committed by GitHub
parent 4f6f4bfae9
commit 05337ff232
12 changed files with 446 additions and 94 deletions

View File

@ -121,6 +121,7 @@
"prosemirror-view": "^0.12.0",
"react": "^15.1.0",
"react-addons-css-transition-group": "^15.3.1",
"react-autosuggest": "^7.0.1",
"react-datetime": "^2.6.0",
"react-dom": "^15.1.0",
"react-hot-loader": "^3.0.0-beta.2",