Oh interesting! So it’s like the reset() function does an asynchronous call and my setting of the dropdown values after calling reset was happening before the reset() finished? That’s pretty odd! (More reasons to hate web ui development lol)
Thanks for your help!
IS there any chance this delayed setting will still happen too quickly say if the user’s machine is particularly slow?