Can spinbox accept input numbers?

Description

Can the spinbox accept numerical input? I would like to implement a functionality that combines the features of a textarea and a spinbox to enable direct numerical input for a specific parameter. This can be achieved by either entering the numeric value directly or using the spinner knob and buttons to increase or decrease the set value.

What MCU/Processor/Board and compiler are you using?

AT32F435

What LVGL version are you using?

V8.3.9

What do you want to achieve?

I would like to implement a functionality that combines the features of a textarea and a spinbox to enable direct numerical input for a specific parameter. This can be achieved by either entering the numeric value directly or using the spinner knob and buttons to increase or decrease the set value.

What have you tried so far?

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.