Hi, I don't know if like me, you also noticed that by using floattextfield in B4J, we don't know how to adapt the following code to obtain the capital letter obligatorily
like here in this example from DonManFred
https://www.b4x.com/android/forum/threads/b4xfloattextfield-with-inputtype.133589/
How to solve this problem?
B4J FloatTextField ToUppercase capital:
B4J FloatTextField ToUppercase Majuscule:
'Dim bxf As B4XFloatTextField
' bxf is the FloatTextfield.
Dim edtfield As EditText = bxf.TextField
edtfield.InputType = edtfield.INPUT_TYPE_PHONE
like here in this example from DonManFred
https://www.b4x.com/android/forum/threads/b4xfloattextfield-with-inputtype.133589/
How to solve this problem?