Skip to content

Commit

Permalink
unify code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Sep 24, 2024
1 parent e2f9445 commit 18f3a82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundle/src/main/resources/angularjs-partials/multifield.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
<div class="caconfig-textfield-wrapper">
<textarea is="coral-textarea"
bo-if="type==='textarea'"
ng-model="value.value" ng-trim="false"
ng-model="value.value"
ng-trim="false"
ng-required="{{property.metadata.properties.required && !property.overridden && !property.inherited && !property.readOnly}}"
caconfig-validation="{{validation}}"
ng-attr-rows="{{textareaRows}}"
Expand Down

0 comments on commit 18f3a82

Please sign in to comment.