In the inspector panel Dropdown > Transform > Base Text field should be able to take the NULL keyword and generate the line
…
lv_dropdown_set_text(ui_Dropdown1, NULL);
and not the literal string as below
…
lv_dropdown_set_text(ui_Dropdown1, “NULL”);
otherwise the selected option is not displayed. I have to manually change it every time I export files!