The Completer class provides completions based on an item model.
There are two implementations: one is based on qx.ui.menu.Menu
and another one on qx.ui.list.List
.
In the future I gonna leave qx.ui.list.List
implementation because qx.ui.menu.Menu
lacks some functionality which can't be added.
Inspired by JQuery UI Autocomplete widget and Qt Completer widget.
See how it looks and works here.
So far there is no generated API docs but you may see code of Application Demo in source
folder.
- Get rid of menu and list separation - make one widget class
- Make source as remote url and JSON string
- Turn on/off icons for autocomplete items