LVGL version
9.6.0
Platform
all
What happened?
Textarea place holder does not support arabic letters formatting.
How to reproduce?
lv_obj_t * ta = lv_textarea_create(lv_screen_active());
lv_textarea_set_placeholder_text(ta, "سلا");
lv_textarea_set_text(ta, "سلا");
LVGL version
9.6.0
Platform
all
What happened?
Textarea place holder does not support arabic letters formatting.
How to reproduce?