Numeric keypad numpad keyboard

Hello,
Is there any fully already made numeric keyboard with backspace in LVGL?

The closest example I found is a person who started to make a numpad in the forum topic ‘how to create a custom numpad’. I would need backspace. I don’t understand how the pressing of buttons works with the textarea in the code.

If I use the keyboard with lv_keyboard_set_mode and LV_KEYBOARD_MODE_NUM, is there an easy way to disable the keys that are not the numbers and add the decimal point?

Thanks

LV_KEYBOARD_MODE_NUM already contains all the characters you want. Have you tried it?

image

is it possible to enable only key mode in default keyboard?