Disable autocapitalization in login form on iPad/iPhone (#1488609)

This commit is contained in:
Aleksander Machniak
2012-08-14 15:10:05 +02:00
parent 2922b727e8
commit b8dc3e0e61
3 changed files with 5 additions and 1 deletions

View File

@@ -358,7 +358,7 @@ class html_inputfield extends html
protected $tagname = 'input';
protected $type = 'text';
protected $allowed = array(
'type','name','value','size','tabindex',
'type','name','value','size','tabindex','autocapitalize',
'autocomplete','checked','onchange','onclick','disabled','readonly',
'spellcheck','results','maxlength','src','multiple','placeholder',
);