diff --git a/library/includes/functions.php b/library/includes/functions.php index 46f8f8e0..f07ffcf3 100644 --- a/library/includes/functions.php +++ b/library/includes/functions.php @@ -731,6 +731,7 @@ class html_common $this->_build_select_rec($params); $select_params = ($js) ? " $js" : ''; + $select_params .= ' autocomplete="off"'; $select_params .= ($multiple_size) ? ' multiple="multiple" size="'. $multiple_size .'"' : ''; $select_params .= ' name="'. htmlCHR($name) .'"'; $select_params .= ' id="'. htmlCHR($name) .'"';