Closed Usamacs66 closed 7 months ago
Please fork the Stackblitz project and create a case demonstrating your bug report. This issue will be closed if no activities in 20 days.
Click on this link to reproduce it https://stackblitz.com/edit/nuru9h-g8nwgy?file=src%2FApp.tsx try to write something in Input Text field
So PanelMenu is NOT an input component...its a menu. So its ARIA accessibility keyboard handling is stealing the focus from your Input. This is not a correct UI paradigm you want to use Accordion: https://primereact.org/accordion/
Describe the bug
you can't write anything in inputText it will give error
Reproducer
No response
PrimeReact version
10.6.3
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
inputText field should work