diff --git a/lam/lib/html.inc b/lam/lib/html.inc index af99776b..21bc402a 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -381,6 +381,10 @@ class htmlInputField extends htmlElement { private $validationRule = null; /** enable autocomplete */ private $autocomplete = false; + /** multiple values in one field */ + private $autocompleteMultiValue = false; + /** separator expression for multiple values in one field */ + private $autocompleteMultiValueSeparator = null; /** autocompletion suggestions */ private $autocompleteValues = array(); /** autocomplete start at this input length */ @@ -471,10 +475,27 @@ class htmlInputField extends htmlElement { // autocompletion if ($this->autocomplete) { echo "