The new AutoCompleteEditText (ACET) is really great, but on my device (Samsung Galaxy S phone) the auto-complete feature (not sure what its proper name is) prevents each letter appearing in the ACET as I type on the OSKB. It first tries to do its own auto-complete thing until I select one of its choices.
How can I bypass this auto-complete feature so that as I type each letter it appears in the ACET immediately showing the items that match? I would like it to work like it does with the Emulator when one types on the pc keyboard.
Obviously this auto-complete is helpful when typing in EditText etc, so I don't want to permanently disable it, but only when in an ACET.
How can I bypass this auto-complete feature so that as I type each letter it appears in the ACET immediately showing the items that match? I would like it to work like it does with the Emulator when one types on the pc keyboard.
Obviously this auto-complete is helpful when typing in EditText etc, so I don't want to permanently disable it, but only when in an ACET.