Dear all,
I am using lvgl 7.10.1. I want to know how to hide a cursor in spinbox. How can I do?
Let me know
Thanks in advance
Francesco Pugliese
Hi,
It should do the job:
lv_obj_set_style_local_border_opa(ta, LV_TEXTAREA_PART_CURSOR, LV_STATE_DEFAULT, 0);