I’m using a dropdown inside a modal that depending on the selected option loads a second dropdown, for some reason when the modal is loaded the dropdown comes with the third option selected and not with the placeholder.
I need the dropdown to be loaded with the placeholder.
Hi @Lucasgonca: If I get this correct, some value is selected by default in the dropdown instead of the default value. If this is the case, whether the same value is available in clipboard too? If yes, can you try to trace while launching the modal and check where exactly the value is set?