By this moment I have been developing and fixing bugs of the qooxdoo application for several months. It is rather old
framework, but nowadays it still alive, however it is not so popular. Actually it has never been very popular, it is seen
when you start google something - the most often result is official documentation and nothing else. It should be noted,
the framework documentation is rather good. The qooxdoo has a lot of different widgets and it seems that all your
need is already implemented there or it is needed make a tiny modification of existing item to get what you want. I was
wonder when I realized that there is no autocomplete combobox widget. Moreover, there is almost nothing about it in the
internet. So I had to do it myself.
Actually it is easy to do such widget for personal usage, it can be a task for beginners. The most complex part is
to make it good for all, make it ready to push into framework repository. In such case it must be well tested and has a lot
of options for customizations. Unfortunately, I don’t have time for it, so I’ve just done it for myself. However, I’d like
to publish it, maybe next person who faces with such problem will solve it easier. Actually I’ve found in the internet one
not finished implementation of this widget and made my one based on it.