提交 3c20c6b3 编写于 作者: glod-money-money's avatar glod-money-money

update:更新多行输入框支持设置最高,最小行数

上级 a3e636c3
......@@ -11,6 +11,12 @@
<#if editor.getEditorParam("showWordLimit","") != "">
:showWordLimit='${editor.getEditorParam("showWordLimit","")}'
</#if>
<#if editor.getEditorParam("maxRows","") != "">
:maxRows='${editor.getEditorParam("maxRows","")}'
</#if>
<#if editor.getEditorParam("minRows","") != "">
:minRows='${editor.getEditorParam("minRows","")}'
</#if>
style="${editor.getEditorCssStyle()}"
<#if item.getPlaceHolder()??> placeholder="${item.getPlaceHolder()}"</#if>
@change="($event)=>{onFormItemValueChange({name:'${editor.name}',value:$event})}"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册