summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_with_sso.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-13 08:46:48 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-13 08:46:48 -0400
commiteb0c0fea3513764ced5e41d0240fea48544e8c61 (patch)
tree031c4cea90281370e40689b63de17583bfc114e0 /web/react/components/team_signup_with_sso.jsx
parente67043f4f4012d97089cdb9c5c647ee09d0f34c5 (diff)
parent69a7363990461fd84c744d4e16021490fe793876 (diff)
downloadchat-eb0c0fea3513764ced5e41d0240fea48544e8c61.tar.gz
chat-eb0c0fea3513764ced5e41d0240fea48544e8c61.tar.bz2
chat-eb0c0fea3513764ced5e41d0240fea48544e8c61.zip
Merge pull request #1007 from florianorben/PLT-486
PLT-486: Remove spell check feature from input boxes during signup flow
Diffstat (limited to 'web/react/components/team_signup_with_sso.jsx')
-rw-r--r--web/react/components/team_signup_with_sso.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/team_signup_with_sso.jsx b/web/react/components/team_signup_with_sso.jsx
index 011bfebff..6ccf762c1 100644
--- a/web/react/components/team_signup_with_sso.jsx
+++ b/web/react/components/team_signup_with_sso.jsx
@@ -104,6 +104,7 @@ export default class SSOSignUpPage extends React.Component {
placeholder='Enter name of new team'
maxLength='128'
onChange={this.nameChange}
+ spellCheck='false'
/>
{nameError}
</div>