File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
packages/angular-sdk-components/src/lib/_components/field Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1111 [preferredCountries] ="['us'] "
1212 [enablePlaceholder] ="true "
1313 [enableSearch] ="true "
14+ [required] ="bRequired$ "
1415 [disabled] ="bDisabled$ || bReadonly$ "
1516 (change) ="fieldOnChange() "
1617 (blur) ="fieldOnBlur() "
Original file line number Diff line number Diff line change 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$ "
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments