You can achieve this by using the appendTo="body" property along with CSS to control the width.
<p-dropdown [options]="options" placeholder="Select an option" appendTo="body" [panelStyle]="{'min-width': '100%'}"> </p-dropdown>