Skip to content

Commit

Permalink
Merge pull request #1160 from griffithlab/default-user-country
Browse files Browse the repository at this point in the history
add default placeholder text to country select on profile page
  • Loading branch information
acoffman authored Dec 5, 2024
2 parents 2e7598e + 46262bf commit fb757c2
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 fb757c2

Please sign in to comment.