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.
Some components (e.g.
Skills.jsz
) usereact-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.