Merge branch 'master' of github.com:systemed/iD

This commit is contained in:
Saman Bemel-Benrud
2013-02-19 16:01:40 -05:00
+2 -1
View File
@@ -187,7 +187,8 @@ d3.combobox = function() {
function render(data) {
if (data.length) show();
if (data.length &&
document.activeElement === input.node()) show();
else hide();
autocomplete(e, data);