Community
Participate
Working Groups
The CompletionCombo API has one thing that is confusing: combo.setAutoCompletion(boolean) / isAutoCompletion() and combo.setAutoCompletionMode(AutoCompletionMode); Not all AutoCompletionModes make sense together with disabled autocompletion. Also it is confusing to have a CompletionCombo that does not autocomplete. We have decided to remove setAutoCompletion() / isAutoCompletion(). If you were using the CompletionCombo _without_ autocompletion (unlikely) it is suggested to use CCombo instead. An entry will be added to the 2.0 -> 3.0 Migration guide.
Resolved.