diff --git a/radium-combo.html b/radium-combo.html
index 4515611..2861f04 100644
--- a/radium-combo.html
+++ b/radium-combo.html
@@ -420,6 +420,8 @@
}
},
_selectItem: function(e) {
+ e.stopImmediatePropagation();
+
var item = e.currentTarget;
this.setValue(item.value, true);
this._hideDropdown();