I have autocomplete for my application, but there are some features that I need to take care of.
My field support is a list of objects that can have multiple fields (e.g. id and name). Autofill should work on one. After completion, the field should contain an identifier, not a name, and it should be possible to enter something else, namely an identifier that does not belong to the object of this list.
Has anyone built something similar for SWT / JFace?
source
share