I thought I can combine the examples from Angular for dropdown and the Input with clear box to:
(click)="selectedCountry=undefined; $event.stopPropagation()" helped! Thx to @Sachila :-)
(click)="selectedCountry=undefined; $event.stopPropagation()"
So the full code looks like:
close