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 удалений

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

@@ -70,6 +70,7 @@ export default class FindTeam extends React.Component {
className='form-control'
placeholder='you@domain.com'
maxLength='128'
spellCheck='false'
/>
{emailError}
</div>