I want to get the value of the selected option from a dropdown list, in D3.js.
1
Use the .property() method:
d3.select("#objectID").property("value")