primefaces / primereact

The Most Complete React UI Component Library
https://primereact.org
MIT License
6.87k stars 1.04k forks source link

AutoComplete: When "multiple" prop is active (true), the width of AutoComplete is lost #7314

Open GabriellReis14 opened 1 month ago

GabriellReis14 commented 1 month ago

Describe the bug

When i call "multiple" prop in a AutoComplete component, the width (or col) is lost. here the example:

Reproducer

https://stackblitz.com/edit/uwpv4n?file=src%2FApp.tsx

System Information

primereact: 10.8.3

Steps to reproduce the behavior

No response

Expected behavior

No response

GabriellReis14 commented 1 month ago

I got around the situation using "p-fluid" in the involved div, but I don't know if it would be the right approach