mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
01_FHEMWEB.pm: remove autocomplete=off from textfields (Forum #78130)
git-svn-id: https://svn.fhem.de/fhem/trunk@15299 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e2dc5c9340
commit
3fedea02ac
@ -2086,7 +2086,7 @@ FW_textfieldv($$$$)
|
||||
$v=" value='$value'" if(defined($value));
|
||||
return if($FW_hiddenroom{input});
|
||||
my $s = "<input type='text' name='$n' class='$class' size='$z'$v ".
|
||||
"autocorrect='off' autocomplete='off' autocapitalize='off'/>";
|
||||
"autocorrect='off' autocapitalize='off'/>";
|
||||
return $s;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user