Skip to content

Commit

Permalink
fix: Add id to staticlabel value for testing cases
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjenni committed Aug 31, 2024
1 parent b680a2a commit 3d07515
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
[ngClass]="[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']"
>
<div
[id]="name"
class="form-control-static"
[style.padding-left.px]="0"
[innerHTML]="value"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
[ngClass]="[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']"
>
<div
[id]="name"
class="form-control-plaintext"
[ngClass]="[componentHeight | toControlHeight]"
[innerHTML]="value"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
[ngClass]="[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']"
>
<div
[id]="name"
class="form-control-plaintext"
[ngClass]="[componentHeight | toControlHeight]"
[innerHTML]="value"
Expand Down

0 comments on commit 3d07515

Please sign in to comment.