提交 5b10e423 编写于 作者: J Joao Moreno

adjust textarea maxlength

上级 3881282c
......@@ -215,6 +215,7 @@ export class FeedbackDropdown extends Dropdown {
this.sentiment = smile ? 1 : 0;
this.maxFeedbackCharacters = this.feedbackService.getCharacterLimit(this.sentiment);
this.updateCharCountText();
$(this.feedbackDescriptionInput).attr({ maxlength: this.maxFeedbackCharacters });
}
protected invoke(element: Builder, callback: () => void): Builder {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册