Unanswered: Is there a combobox implemented only using ext-core?
Unanswered: Is there a combobox implemented only using ext-core?
I'm developing a web UI and want to use combobox in extjs, but my site is a public web site and the implementation in extjs is not good for that because the whole ext-all.js has to be downloaded by the browser.
actually I need a combobox like google suggestion, when a user is typing, it pops up a list by searching backend database in realtime.