From ed15f10b7952e1143b49621dd978a2175435cbd0 Mon Sep 17 00:00:00 2001 From: Nick Frazier Date: Tue, 6 Dec 2016 18:49:36 -0500 Subject: [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 --- webapp/components/textbox.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'webapp/components/textbox.jsx') diff --git a/webapp/components/textbox.jsx b/webapp/components/textbox.jsx index 6ba925ed7..b9b000282 100644 --- a/webapp/components/textbox.jsx +++ b/webapp/components/textbox.jsx @@ -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} -- cgit v1.2.3-1-g7c22