diff --git a/install/ui/src/freeipa/widget.js b/install/ui/src/freeipa/widget.js index 1ef1a2bf2..6767b520e 100644 --- a/install/ui/src/freeipa/widget.js +++ b/install/ui/src/freeipa/widget.js @@ -3818,6 +3818,7 @@ IPA.combobox_widget = function(spec) { that.list_on_keyup = function(e) { if (e.which === keys.ENTER || e.which === keys.SPACE) { e.stopPropagation(); + that.list_on_change(); that.close(); IPA.select_range(that.input, 0, 0); return false;