Android Question Input type numbers

Sub7

Active Member
Licensed User
Longtime User
Hello, how i can add the -(negative) symbol while using INPUT_TYPE_NUMBERS without filtering the whole keyboard with IME?

numbers can be negative.

B4X:
editxt1.InputType = editxt1.INPUT_TYPE_NUMBERS

Thank you.
 
Top