Yes, it is the same control again. Lately, while I was testing that control, I tried to “special” type the first 3 letters of a word waiting the “dropped-down panel”. That special typing was like :
- Typing the three letters directly; without time difference between typing the letters.
- Typing the first letter, and couple of seconds later typing the rest.
- Typing the first TWO letters and couple of seconds typing the rest one.
The first case worked fine.
The second case, didn't work fine all the times.
The last case, never worked !
In my opinion, the solution will be setting the minimumPrefixLength = 1 which is located in Atlas.js, so, the AutoCompleteExtender control will drop the panel once the first letter is typed. But I dont know how to solve this in the case of three letters. Any ideas !?
A.