Skip to content

Commit 7ee7566

Browse files
committed
ended testing predefiend countries + excluded + clean comments + solved all ksnown incidents
1 parent 7ca4b4c commit 7ee7566

File tree

12 files changed

+461
-456
lines changed

12 files changed

+461
-456
lines changed

projects/angular-material-extensions/select-country/src/lib/mat-select-country.component.html

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,6 @@
1313
matInput
1414
type="text"
1515
/>
16-
<!--input
17-
*ngIf="!true"
18-
(input)="inputChanged($event?.target?.value)"
19-
autocomplete="off"
20-
[class]="class"
21-
[matAutocomplete]="this.countryAutocomplete"
22-
[placeholder]="this.placeHolder"
23-
[readonly]="this.readonly"
24-
[tabIndex]="tabIndex"
25-
[value]="
26-
showCallingCode
27-
? this.value
28-
? this.value?.name + ' (' + this.value?.callingCode + ')'
29-
: ''
30-
: this.value?.name
31-
"
32-
[required]="this.required"
33-
[disabled]="this.disabled || this.loadingDB"
34-
[name]="this.name"
35-
aria-label="country"
36-
matInput
37-
type="text"
38-
/-->
3916
<mat-progress-bar
4017
*ngIf="this.loadingDB || this.loading"
4118
mode="buffer"

0 commit comments

Comments
 (0)