Open manuel-bitcraft opened 22 hours ago
This issue is a duplicate and has already been reported and possibly fixed. Please review other issues both open and closed for a similar issue to this one.
Duplicate of : https://github.com/primefaces/primereact/issues/6873
Describe the bug
If you select a dropdown option with the mouse: the element get assigned the class "p-inputwrapper-focus" and the attibute "data-p-focus" is true.
If you select a dropdown option with the keyboard and press enter: the element drop the class "p-inputwrapper-focus" and the attibute "data-p-focus" is false
Reproducer
https://stackblitz.com/run?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
No response
Expected behavior
No response