Bug? B4XFloatTextField - Keyboard type

DarkoT

Active Member
Licensed User
When setting the Keyboard type to numbers, you can enter in non numerical characters
I solve this problem with creating special keyboard - using SD_Keyboard library which can be fully customized... And on touch screen you will not have possibility to input other values... In any case you will need to control what is inputted into field and raise error when is inputted some nonnumeric characters...
 
Top