Updated poll options to be 25 max length
• Updated: - poll options to be 25 max length
This commit is contained in:
parent
c4c9dc521b
commit
7de58b5bf5
@ -223,7 +223,7 @@ class PollFormOption extends ImmutablePureComponent {
|
|||||||
|
|
||||||
<Input
|
<Input
|
||||||
placeholder={intl.formatMessage(messages.option_placeholder, { number: index + 1 })}
|
placeholder={intl.formatMessage(messages.option_placeholder, { number: index + 1 })}
|
||||||
maxLength={64}
|
maxLength={25}
|
||||||
value={title}
|
value={title}
|
||||||
onChange={this.handleOptionTitleChange}
|
onChange={this.handleOptionTitleChange}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user