my p-multiSelect element is working and is also accessible. But I don't want the search Header Option so I did:
[showHeader]= false;
which is also working but now the p-multiSelect element is not accessible anymore as I can't reach it with the keyboard anymore.
Any ideas how I can fix this?