In the above link, the class extends Ext.field.Text. Through the usage of the class, a list is created and added to the stage(?) . My question is, how do I listen to clicks on this list. I have tried using a selector such as 'autocompletefield list' but nothing I have tried from my bag of tricks works.
Any help would be greatly appreciated.
P.S. Also, why does the author reference config.config ? I thought I was getting a handle on JS until I started inspecting this class in the Chrome console.
No, I haven't emailed him yet but I will after I get off of work. I think I am just going to go ahead and use a Picker, but I'm sure you know how it is where just because you solve around a problem, you still aren't satisfied.