disable autocapitalize to improve behavior on mobile browsers
This commit is contained in:
parent
d11b01c313
commit
0e87da74b2
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ var TextInput = function(parentNode, host) {
|
|||
text.setAttribute("x-palm-disable-auto-cap", true);
|
||||
|
||||
text.wrap = "off";
|
||||
text.autocorrect = "off";
|
||||
text.autocapitalize = "off";
|
||||
text.spellcheck = false;
|
||||
|
||||
text.style.top = "-2em";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue