Hi,
I want to disable auto suggest for password fields but accept all characters. How do I set that with a custom filter. This does not seem to work:
IME.SetCustomFilter(EditText4, Bit.OR(EditText4.INPUT_TYPE_TEXT, 0x00080000),Null)
Not sure how to set accept all characters.
I want to disable auto suggest for password fields but accept all characters. How do I set that with a custom filter. This does not seem to work:
IME.SetCustomFilter(EditText4, Bit.OR(EditText4.INPUT_TYPE_TEXT, 0x00080000),Null)
Not sure how to set accept all characters.