I\'m trying to get a dropdown working inside a form for one of my React components. Here is how I\'m setting up the dropdown portion of the code, the following is inside a f
Add bootstrap as a module -
npm i --save bootstrap
From my experience, please add this line to your index.js and try again -
index.js
import 'bootstrap';
Let me know how it goes.