improvement(widget-select): use react-select ()

This commit is contained in:
Bartholomew
2018-11-22 02:31:51 +01:00
committed by Shawn Erquhart
parent 8f0d2d64a8
commit 812290710f
3 changed files with 93 additions and 11 deletions
packages/netlify-cms-widget-select
yarn.lock

@ -32,5 +32,8 @@
"prop-types": "^15.5.10",
"react": "^16.4.1",
"react-immutable-proptypes": "^2.1.0"
},
"dependencies": {
"react-select": "^2.1.1"
}
}