Skip to content

Commit

Permalink
Update poll_form.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DismalShadowX authored Nov 4, 2024
1 parent cbde8fd commit 72a05ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Option = ({ multipleChoice, index, title, autoFocus }) => {

<AutosuggestInput
placeholder={intl.formatMessage(messages.option_placeholder, { number: index + 1 })}
maxLength={50}
maxLength={100}
value={title}
lang={lang}
spellCheck
Expand Down

0 comments on commit 72a05ca

Please sign in to comment.