Reactjs – onChange for select form in React showing previous object in array
I'm creating a simple select dropdown form in React using Bootstrap. The options in the dropdown are populated from an array of "region" objects retrieved from the app's database. My problem is that when I click on an options from…