disabled={this.props.disabled}
onSubmit={this.handleCommentSubmit}
onReplyCancel={this.handleReplyCancel}
+ placeholder={i18n.t("comment_here")}
/>
) : (
<div class="alert alert-light" role="alert">
onContentChange?(val: string): any;
onReplyCancel?(): any;
hideNavigationWarnings?: boolean;
+ placeholder?: string;
}
interface MarkdownTextAreaState {
disabled={this.props.disabled}
rows={2}
maxLength={this.props.maxLength || 10000}
+ placeholder={this.props.placeholder}
/>
{this.state.previewMode && (
<div