Good morning
I have the data returned from a query through esri/request and I want to pass them to a Combobox to show me in the drop-down menu these data. I am using dojo/store/memory and dijit/form/Combobox.
I am basing myself on this example
https://dojotoolkit.org/reference-guide/1.10/dijit/form/ComboBox.html
but in my case, the values I want to introduce are extracted from an XML file.
Just as I'm stressing it and I don't know if it's correct, I've looped over the
returned query to get the values I'm interested in. Inside this loop I have generated the variable "stateStore" that will keep the query data.