Spell check input fields (#23395)
This commit is contained in:
committed by
GitHub
parent
1f9f8035e4
commit
67744ee779
@ -242,6 +242,7 @@ class ComposeForm extends ImmutablePureComponent {
|
||||
id='cw-spoiler-input'
|
||||
className='spoiler-input__input'
|
||||
lang={this.props.lang}
|
||||
spellCheck
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
@ -93,6 +93,7 @@ class Option extends React.PureComponent {
|
||||
maxLength={50}
|
||||
value={title}
|
||||
lang={lang}
|
||||
spellCheck
|
||||
onChange={this.handleOptionTitleChange}
|
||||
suggestions={this.props.suggestions}
|
||||
onSuggestionsFetchRequested={this.onSuggestionsFetchRequested}
|
||||
|
Reference in New Issue
Block a user