PLT-486: Remove spell check feature from input boxes during signup flow

Add spellcheck="false" attribute to login and signup form inputs
Этот коммит содержится в:
Florian Orben
2015-10-11 22:28:45 +02:00
родитель 191e248b0f
Коммит 69a7363990
14 изменённых файлов: 19 добавлений и 0 удалений

Просмотреть файл

@@ -69,6 +69,7 @@ export default class PasswordResetForm extends React.Component {
name='password'
ref='password'
placeholder='Password'
spellCheck='false'
/>
</div>
{error}