mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
01_FHEMWEB.pm: add autocorrect="off" (Forum #78130)
git-svn-id: https://svn.fhem.de/fhem/trunk@15280 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b79b44a386
commit
759a2383b2
@ -2085,9 +2085,8 @@ FW_textfieldv($$$$)
|
||||
my $v;
|
||||
$v=" value='$value'" if(defined($value));
|
||||
return if($FW_hiddenroom{input});
|
||||
my $s = "<input type='text' name='$n' class='$class' ".
|
||||
"autocomplete='off' autocapitalize='off' size='$z'$v/>";
|
||||
|
||||
my $s = "<input type='text' name='$n' class='$class' size='$z'$v ".
|
||||
"autocorrect='off' autocomplete='off' autocapitalize='off'/>";
|
||||
return $s;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user