summaryrefslogtreecommitdiffstats
path: root/webapp/components/login
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-05-25 16:15:49 -0400
committerChristopher Speller <crspeller@gmail.com>2016-05-25 16:15:49 -0400
commit510fc33fd94d6a5059083e027faebf1a5ecf2ffa (patch)
tree432b909e112895a0a4d37d9abeefb9405d66a4f4 /webapp/components/login
parentd31c972a438e7e9ccc8487f519a915423cb6b93b (diff)
downloadchat-510fc33fd94d6a5059083e027faebf1a5ecf2ffa.tar.gz
chat-510fc33fd94d6a5059083e027faebf1a5ecf2ffa.tar.bz2
chat-510fc33fd94d6a5059083e027faebf1a5ecf2ffa.zip
PLT-3002 Removed Auto-capitalization on Mobile Devices (#3099)
* Added autoCapitalize='off' * Changed inputs to email * Removed autocapitalize for email
Diffstat (limited to 'webapp/components/login')
-rw-r--r--webapp/components/login/login.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/login/login.jsx b/webapp/components/login/login.jsx
index aeadec910..f39e99951 100644
--- a/webapp/components/login/login.jsx
+++ b/webapp/components/login/login.jsx
@@ -259,6 +259,7 @@ export default class Login extends React.Component {
onChange={this.handleLoginIdChange}
placeholder={this.createLoginPlaceholder(emailSigninEnabled, usernameSigninEnabled, ldapEnabled)}
spellCheck='false'
+ autoCapitalize='off'
/>
</div>
<div className={'form-group' + errorClass}>