select elements: one for states and another for cities.createResource(...) to make a fetch to my back end server to retrieve a nested list of states where each state has a list of cities.select element to start off empty. The user must first select an option from the state select element. Then the city select element is dynamically populated with results from the createResource(...) call.select element, I thought about doing thisselect element, this is what I have