From 222cb94dad3cc359e80a884d4e9470b8b122d347 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Tue, 8 Oct 2024 20:17:02 +0700 Subject: [PATCH] Update functions.php --- library/includes/functions.php | 1 + 1 file changed, 1 insertion(+) 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) .'"';