Hi,
On this PR https://github.com/primefaces/primevue/pull/1361 the event used for checking if the click is inside the overlay was changed from @click to @mousedown
This caused the overlay to hide when clicking on a <label> tag within the overlay
In this PR, i'm adding a listener for the click event that calls onContentClick function
I tested this change locally and now both clicking on a label or trying to select text work both fine