about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/compose/components/poll_form.js
diff options
context:
space:
mode:
authorChristian Schmidt <github@chsc.dk>2023-02-04 16:34:21 +0100
committerGitHub <noreply@github.com>2023-02-04 16:34:21 +0100
commit67744ee779b97ea07e91dd076e1df25e362ff33d (patch)
treed3adf5442ffec0c56f103e6ba48cb1f5c6d6bfad /app/javascript/mastodon/features/compose/components/poll_form.js
parent1f9f8035e44436aa902d188c4a3dd758cc805698 (diff)
Spell check input fields (#23395)
Diffstat (limited to 'app/javascript/mastodon/features/compose/components/poll_form.js')
-rw-r--r--app/javascript/mastodon/features/compose/components/poll_form.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/features/compose/components/poll_form.js b/app/javascript/mastodon/features/compose/components/poll_form.js
index bab31cb4c..bb03f6f66 100644
--- a/app/javascript/mastodon/features/compose/components/poll_form.js
+++ b/app/javascript/mastodon/features/compose/components/poll_form.js
@@ -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}