primereact
primereact copied to clipboard
`Dropdown` component fails to expand the dropdown box after adding the `filter` and `editable` properties.
Describe the bug
As shown in the image, clicking the button does not expand the dropdown box, nor does entering text. As far as I remember, previous versions didn't have this problem.
Reproducer
https://stackblitz.com/edit/vitejs-vite-4yjebs?file=src%2FApp.tsx
PrimeReact version
10.5.1
React version
18.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
Interesting the showcase doesn't have the same behavior? https://primereact.org/dropdown/#filter
Interesting the showcase doesn't have the same behavior? https://primereact.org/dropdown/#filter
Both filter and editable must be set at the same time for the problem to occur.
Thanks!