maryvilledev / skilldirectoryui

React front-end for the Skill Directory API
0 stars 0 forks source link

Get Rid of `react-select` #150

Closed Hopding closed 7 years ago

Hopding commented 7 years ago

Some components (e.g. Skills.jsz) use react-select for their select dropdowns. However, react bootstrap provides support for select dropdowns, and other components make use of this (e.g. AddSkillForm.jsx).

I think we should convert all components to use the bootstrap select dropdowns.