Hi there,
I've got a problem with a Combobox working with autofill. It's filled with names out of
a table. If I enter the beginning of a name, it proposes me full names.
Now, if I enter by mistake one letter more, for which the ComboBox finds no entry , I want to
delete the last two letters with backspace. The first one works, but on the second one I have to press
Backspace twice.
Example:Name starts with Po, ComboBox suggests entry, I enter Poi, no entry found.
I delete the i now, it works, then the o, have to press backspace twice to delete it.
Any clues why this happens? Thanks!