Select cursor type in spinbox

Hi there,

I’m trying to wrap my head around the cursor in a spinbox. Right now I can set the color of the cursor but I can’t figure out how I can set the type to block. I’ve seen the necessary lines of code for v6 i.e. lv_ta_set_cursor_type(ta, LV_CURSOR_UNDERLINE);

but this function isn’t available in v7. Is there a replacement that I cannot find?

Thanks!