I have this simple dropdown and I have a placeholder that says: "none". However, I want to allow the user to clear what he selected from the dropdown without having to add another option in my dropdown. Does anyone know how to accomplish that? Thanks a lot in advance!
Here's my code:
<p-dropdown [options]="options" placeholder="none"></p-dropdown>