Skip to content

Commit

Permalink
In qvt default screen macros add support for text-area.@autogrow attr…
Browse files Browse the repository at this point in the history
…ibute
  • Loading branch information
jonesde committed Sep 4, 2023
1 parent 1692b55 commit 6e21019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/screen-macro/DefaultScreenMacros.qvt.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2001,6 +2001,7 @@ a => A, d => D, y => Y
<#t><#if fieldsJsName?has_content> v-model="${fieldsJsName}.${name}"</#if><#if formDisabled!> disable</#if>
<#t><#if .node["@cols"]?has_content> cols="${.node["@cols"]}"<#else> style="width:100%;"</#if>
<#t> rows="${.node["@rows"]!"3"}"<#if .node["@read-only"]! == "true"> readonly="readonly"</#if>
<#t><#if .node["@autogrow"]! == "true"> autogrow</#if>
<#t><#if .node["@maxlength"]?has_content> maxlength="${.node["@maxlength"]}"</#if><#if ownerForm?has_content> form="${ownerForm}"</#if>>
<#if .node?parent["@tooltip"]?has_content><q-tooltip>${ec.getResource().expand(.node?parent["@tooltip"], "")}</q-tooltip></#if>
<#if !fieldsJsName?has_content>${sri.getFieldValueString(.node)?html}</#if>
Expand Down

0 comments on commit 6e21019

Please sign in to comment.