Skip to content

Commit

Permalink
add default placeholder text to country select on profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Dec 4, 2024
1 parent fe7a65c commit 46262bf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
<nz-select
[(ngModel)]="this.countryId"
nzAllowClear
[nzDropdownMatchSelectWidth]="false"
nzPlaceHolder="Select a Country"
nzShowSearch>
<nz-option
*ngFor="let country of countries$ | ngrxPush"
Expand Down

0 comments on commit 46262bf

Please sign in to comment.