[PLT-4318] Display a message when post is over 4000 characters (#4687)
* test changes * added functionality * css updates * additional css updates * i18n updates * textbox cleanup * var naming tweak * replaced jQuery with React-based UI changes
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
3ea49822b3
Коммит
ed15f10b79
@@ -205,7 +205,6 @@ export default class Textbox extends React.Component {
|
||||
className={`form-control custom-textarea ${this.state.connection}`}
|
||||
type='textarea'
|
||||
spellCheck='true'
|
||||
maxLength={Constants.MAX_POST_LEN}
|
||||
placeholder={this.props.createMessage}
|
||||
onChange={this.props.onChange}
|
||||
onKeyPress={this.handleKeyPress}
|
||||
|
||||
Ссылка в новой задаче
Block a user