Skip to content

Commit 6db83a1

Browse files
author
Sharma
committed
Added asterisk for required
1 parent 539a5a7 commit 6db83a1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

packages/angular-sdk-components/src/lib/_components/field/phone/phone.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
[preferredCountries]="['us']"
1212
[enablePlaceholder]="true"
1313
[enableSearch]="true"
14+
[required]="bRequired$"
1415
[disabled]="bDisabled$ || bReadonly$"
1516
(change)="fieldOnChange()"
1617
(blur)="fieldOnBlur()"

packages/angular-sdk-components/src/lib/_components/field/radio-buttons/radio-buttons.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<span class="psdk-label-wrapper-readonly">
1212
<mat-label class="psdk-label-readonly">{{ label$ }}</mat-label>
1313
</span>
14-
<!-- <mat-label>{{label$}}</mat-label> -->
1514
<input matInput [placeholder]="placeholder" style="display: none" [required]="bRequired$" />
1615
<mat-radio-group
1716
[value]="value$"

packages/angular-sdk-components/src/lib/_components/field/text-area/text-area.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<div [formGroup]="formGroup$">
77
<div *ngIf="bVisible$">
88
<mat-form-field class="psdk-full-width" subscriptSizing="dynamic" [hintLabel]="helperText">
9+
<mat-label>{{ label$ }}</mat-label>
910
<textarea
1011
matInput
1112
rows="5"

0 commit comments

Comments
 (0)