mirror of
https://github.com/urbit/shrub.git
synced 2025-01-06 13:14:01 +03:00
Removing spellcheck from invite boxes
This commit is contained in:
parent
cc66d6b010
commit
4160ba27af
File diff suppressed because one or more lines are too long
@ -118,6 +118,7 @@ export class MemberScreen extends Component {
|
|||||||
resize: 'none',
|
resize: 'none',
|
||||||
height: 150
|
height: 150
|
||||||
}}
|
}}
|
||||||
|
spellCheck="false"
|
||||||
onChange={this.inviteMembersChange.bind(this)}></textarea>
|
onChange={this.inviteMembersChange.bind(this)}></textarea>
|
||||||
<button
|
<button
|
||||||
onClick={this.inviteMembers.bind(this)}
|
onClick={this.inviteMembers.bind(this)}
|
||||||
|
@ -187,6 +187,7 @@ export class NewScreen extends Component {
|
|||||||
ref={ e => { this.textarea = e; } }
|
ref={ e => { this.textarea = e; } }
|
||||||
className="body-regular mono fw-normal ba pa2 mb2 db w-100"
|
className="body-regular mono fw-normal ba pa2 mb2 db w-100"
|
||||||
placeholder="~zod, ~bus"
|
placeholder="~zod, ~bus"
|
||||||
|
spellCheck="false"
|
||||||
style={{
|
style={{
|
||||||
resize: 'none',
|
resize: 'none',
|
||||||
height: 150
|
height: 150
|
||||||
|
Loading…
Reference in New Issue
Block a user