diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/Ox.TextList.js index b8f79e47..0ed389b5 100644 --- a/source/Ox.UI/js/List/Ox.TextList.js +++ b/source/Ox.UI/js/List/Ox.TextList.js @@ -829,6 +829,7 @@ Ox.TextList = function(options, self) { width: width }) .bind({ + blur: submit, mousedown: function(e) { // keep mousedown from reaching list e.stopPropagation();