Asynchronous Asset Form customization based on States and Cities
Hello,We are trying to implement customizations to asset forms using new dojo based (sites 11.1.8 version) contributor interface.
Simple requirement like dropdown of all the US states and based on user selected state, we should display the values in the second dropdown attribute (city) for cities of the state selected.
If user deselect or unslect or change his selection of STATE dropdown, we need to repopulate the cities of newly selected states in 2nd dropdown.
Has anyone done this using dojo/ajax in new contributor inteface? what would be the best design or optimal design?
Currently I can put all the values of city state cobminations in the memory and populate the values but I dont' think thats the best approach.
0