Add TextEdit.virtual_keyboard_type
like LineEdit.virtual_keyboard_type
#7449
Labels
TextEdit.virtual_keyboard_type
like LineEdit.virtual_keyboard_type
#7449
Describe the project you are working on
A mobile app to track user progress in exercise.
Describe the problem or limitation you are having in your project
I found that for numeric inputs,
LineEdit.virtual_keyboard_enabled
andLineEdit.virtual_keyboard_type
are useful. AlthoughTextEdit.virtual_keyboard_enabled
exists,TextEdit.virtual_keyboard_type
doesn't.I want a
TextEdit
with a numeric keyboard.Describe the feature / enhancement and how it helps to overcome the problem or limitation
Add
TextEdit.virtual_keyboard_type
likeLineEdit.virtual_keyboard_type
.Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Add that option in the inspector and via code.
If this enhancement will not be used often, can it be worked around with a few lines of script?
I don't know.
Is there a reason why this should be core and not an add-on in the asset library?
For completeness.
The text was updated successfully, but these errors were encountered: