{{ labelText }} @if (countryFormGroup.get('country').value?.flag) { {{ countryFormGroup.get('country').value.flag }} } @if (countryFormGroup.get('country').value && !disabled) { } @for (country of filteredCountries | async; track country) { {{country.flag}} } @if (!(filteredCountries | async)?.length) {
@if (!textIsNotEmpty(searchText)) {
contact.no-country-found
} @else { {{ 'contact.no-country-matching' | translate: {country: (searchText | truncate: true: 6: '...')} }} }
}
@if (autocompleteHint) { {{ autocompleteHint }} } @if (countryFormGroup.get('country').hasError('required')) { {{ requiredText }} } @if (countryFormGroup.get('country').hasError('objectRequired')) { {{ objectRequiredText }} }