【发布时间】:2019-08-07 15:30:41
【问题描述】:
我尝试在我的正式字段上显示描述,但它没有出现。
我尝试在架构和运行时包含描述,但在任何一种情况下,它都不会出现。
Schema.json:
{
"key": "CommentText",
"type": "input",
"className": "form-group",
"templateOptions": {
"label": "Comment text",
"required": true,
"maxLength": 1000,
"description": "test"
}
}
目的是显示具有 maxlength 属性的字段的字符倒计时。但首先我需要显示一个基本描述。
【问题讨论】: