💄 block the RETURN key when no response yet from ajax

This commit is contained in:
Eric
2018-12-07 15:54:05 +01:00
parent f3f01f5cc8
commit af4729ac6a

View File

@@ -142,6 +142,9 @@ $.Autocompleter = function(input, options) {
blockSubmit = true;
return false;
}
if ($(options.keyHolder).val() === "") {
return false;
}
break;
case KEY.ESC: