i use the component Calender of PrimeNG version 6. Angular Version 9. Is there a function if, for example, I click on the datepicker from the name-input-field from there and the date field opens and I click the focus on Name again, the datepicker closes? Focusout only works when I'm in the date input field. I would like to close the datepicker when another field has focus. I already use the focusout.
(focusout)="close()"