Posts by rafael8832 • 1 point
1 post
-
-1
votes1
answer82
viewsQ: How to get the "value" of a select in Reactjs
I made the following code, I would like to take the value of the "value" of the select, (the car color and show in the H3 tag when the button is triggered) I tried to use .target.value but without…