setting an initial value on a drop down is not working for me. additionally, how can i set an object as the intial so i can access it’s text and it’s value
[UPDATE]
So reading thru another post i realized that initial value
is related to the list of options.
the list of options
needs to be an array of objects (in my case). i set the value
property to correspond with 1 of the properties from the objects in the array.
initial value
needs to correspond with 1 of the values
from the list of options