Open AndrewBoklashko opened 5 days ago
onBlur
undefined
https://stackblitz.com/edit/vitejs-vite-v4atuv
"primereact": "10.8.4" "react": "^18.2.0" "react-dom": "^18.2.0"
Describe the bug
onBlur
is executed withundefined
as the first argumentonBlur
is executed twiceReproducer
https://stackblitz.com/edit/vitejs-vite-v4atuv
System Information
Steps to reproduce the behavior
Expected behavior
onBlur
is executed with event object passed as the first argumentonBlur
is executed once