C casher2 Member Licensed User Longtime User Apr 22, 2016 #1 Using custom filter works fine: IME.SetCustomFilter(EditText3, EditText3.INPUT_TYPE_NUMBERS, "0123456789.") But the 'Enter' key is not recognized. How do I include the 'Enter' key in the filter?
Using custom filter works fine: IME.SetCustomFilter(EditText3, EditText3.INPUT_TYPE_NUMBERS, "0123456789.") But the 'Enter' key is not recognized. How do I include the 'Enter' key in the filter?
Erel B4X founder Staff member Licensed User Longtime User Apr 24, 2016 #2 Have you set SingleLine property to False? Upvote 0