PLT-486: Remove spell check feature from input boxes during signup flow
Add spellcheck="false" attribute to login and signup form inputs
Этот коммит содержится в:
@@ -70,6 +70,7 @@ export default class FindTeam extends React.Component {
|
||||
className='form-control'
|
||||
placeholder='you@domain.com'
|
||||
maxLength='128'
|
||||
spellCheck='false'
|
||||
/>
|
||||
{emailError}
|
||||
</div>
|
||||
|
||||
Ссылка в новой задаче
Block a user