Removing spellcheck from invite boxes

This commit is contained in:
Matilde Park 2019-08-02 16:58:00 -04:00
parent cc66d6b010
commit 4160ba27af
3 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -118,6 +118,7 @@ export class MemberScreen extends Component {
resize: 'none',
height: 150
}}
spellCheck="false"
onChange={this.inviteMembersChange.bind(this)}></textarea>
<button
onClick={this.inviteMembers.bind(this)}

View File

@ -187,6 +187,7 @@ export class NewScreen extends Component {
ref={ e => { this.textarea = e; } }
className="body-regular mono fw-normal ba pa2 mb2 db w-100"
placeholder="~zod, ~bus"
spellCheck="false"
style={{
resize: 'none',
height: 150