[Glitch] Spell check input fields
Port 67744ee779
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
committed by
Claire
parent
95e2cab22e
commit
8fd6c36243
@ -332,6 +332,7 @@ class ComposeForm extends ImmutablePureComponent {
|
||||
className='spoiler-input__input'
|
||||
lang={this.props.lang}
|
||||
autoFocus={false}
|
||||
spellCheck
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
@ -72,6 +72,7 @@ class Option extends React.PureComponent {
|
||||
maxLength={pollLimits.max_option_chars}
|
||||
value={title}
|
||||
lang={lang}
|
||||
spellCheck
|
||||
onChange={this.handleOptionTitleChange}
|
||||
suggestions={this.props.suggestions}
|
||||
onSuggestionsFetchRequested={this.onSuggestionsFetchRequested}
|
||||
|
Reference in New Issue
Block a user