Hi everybody,
is there a possibility to change the InputType in the code from a B4XFloatTextField?
I need INPUT_TYPE_PHONE.
So far, this is how I've solved it:
B4XFloatTextField Keyboard is set to numbers. It's supposed to be set on Phone, though.
is there a possibility to change the InputType in the code from a B4XFloatTextField?
I need INPUT_TYPE_PHONE.
So far, this is how I've solved it:
B4X:
txtTelefon.edittext.InputType = txtTelefon.INPUT_TYPE_PHONE
B4XFloatTextField Keyboard is set to numbers. It's supposed to be set on Phone, though.