Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/9.0' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/9.0
  • Loading branch information
metaventis-build committed Oct 24, 2024
2 parents 412e93c + bd6925d commit badf145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<mat-form-field
class="mat-form-textarea"
[hideRequiredMarker]="true"
[floatLabel]="widget.definition.placeholder ? 'always' : 'auto'"
[floatLabel]="widget.definition.placeholder || showBulkMixedValues() ? 'always' : 'auto'"
>
<mat-label>
{{ widget.definition.caption }}
Expand Down

0 comments on commit badf145

Please sign in to comment.