jaimo9 Member Licensed User Longtime User Dec 9, 2013 #1 I know that edittxt1.input = 52428 clears typeahead/spelling, but it also converts the first letter to uppercase. I just want to get rid of typeahead.
I know that edittxt1.input = 52428 clears typeahead/spelling, but it also converts the first letter to uppercase. I just want to get rid of typeahead.
jaimo9 Member Licensed User Longtime User Dec 15, 2013 #3 I found the following gets rid of typeahead edtLetters.inputType = Bit.OR(edtLetters.INPUT_TYPE_TEXT, 12) Upvote 0
I found the following gets rid of typeahead edtLetters.inputType = Bit.OR(edtLetters.INPUT_TYPE_TEXT, 12)