-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
None
When a QCompleter is used on a QComboBox where duplicates are not allowed, pressing the [Return] key will search the QComboBox for duplicates before emitting the activated signals. The function currently uses QComboBox::findText() for the searching which has a hardcoded role of Qt::EditRole, but it should ask the QCompleter for the completionRole() and search there instead.