Issue 172: autocorrect/autocapitalize can cause problems on mobile devices
o Applied patch from poster.
This commit is contained in:
parent
52feb7abac
commit
7d396c8273
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ VT100.prototype.initializeElements = function(container) {
|
|||
'<div class="hidden">' +
|
||||
'<div id="usercss"></div>' +
|
||||
'<pre><div><span id="space"></span></div></pre>' +
|
||||
'<input type="textfield" id="input" />' +
|
||||
'<input type="textfield" id="input" autocorrect="off" autocapitalize="off" />' +
|
||||
'<input type="textfield" id="cliphelper" />' +
|
||||
(typeof suppressAllAudio != 'undefined' &&
|
||||
suppressAllAudio ? "" :
|
||||
|
|
Loading…
Reference in a new issue