I searched overflow and knew how to make autocomplete work for my textbox but the basic function works when at least one character is typed on my textbox.
I'm trying to show my list when keyCode.down is pressed(even if nothing is typed).
Is there anyway I can access to autocomplete dropdown list?
extra question, I tried to find the definition of AutoCompleteMode only to find {public enum AutoCompleteMode None =0, Suggest = 1, Append =2, SuggestAppend = 3}
I wanted to know the actual code of SuggestAppend, Are there anyway to lookup to this actual definition?