From 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jul 2015 22:18:55 -0700 Subject: RT 4.2.11, ticket#13852 --- rt/share/html/Elements/EmailInput | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rt/share/html/Elements/EmailInput') diff --git a/rt/share/html/Elements/EmailInput b/rt/share/html/Elements/EmailInput index 2ae0ddb9e..e894a144a 100644 --- a/rt/share/html/Elements/EmailInput +++ b/rt/share/html/Elements/EmailInput @@ -45,9 +45,11 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} - value="<% $Default || '' %>" /> + value="<% $Default || '' %>" <% $Autocomplete ? q{data-autocomplete="Users"} : '' |n%> <% $AutocompleteMultiple ? q{data-autocomplete-multiple} : '' |n%> /> <%ARGS> $Name $Size => 40 $Default => '' +$Autocomplete => 1 +$AutocompleteMultiple => 0 -- cgit v1.2.1