Fix scrollbar styles on compose textarea, small bugs (#10292)
This commit is contained in:
parent
1a0d3c9c65
commit
6a3f08661f
3 changed files with 7 additions and 2 deletions
|
@ -48,7 +48,7 @@ class Option extends React.PureComponent {
|
|||
<input
|
||||
type='text'
|
||||
placeholder={intl.formatMessage(messages.option_placeholder, { number: index + 1 })}
|
||||
maxlength={25}
|
||||
maxLength={25}
|
||||
value={title}
|
||||
onChange={this.handleOptionTitleChange}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue