Description
Good morning. I’ve just inserted a spinbox in my application and I’m wondering if it is possible to achieve the following:
- Avoid the cursors selected when the spinbox is not focused or removed from the group
- If I have more than one digit to show (at most), avoid showing zeroes as leading digits (e.g. 04). I can use buttons to increase or decrease the value even if the spinbox is not focused.
What MCU/Processor/Board and compiler are you using?
I’m using a custom board based on iMXRT1052
What LVGL version are you using?
v8.0.2
What do you want to achieve?
What have you tried so far?
I tried the function lv_textarea_set_text_selection for my first point.
Thanks a lot,
Marco