79484032

Date: 2025-03-04 14:52:49
Score: 0.5
Natty:
Report link

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>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shashika Silva