Drop-down list bug

In version lvgl 7.3.0 the drop-down list is updated only if the list is open.

It is works whit this way:
"
lv_dropdown_open(ddlist);
lv_dropdown_set_selected(ddlist,id);
lv_dropdown_close(ddlist);
"

Thanks!

Hi,

It works well here.

Please send a more complete example to reproduce.