You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input number change does not get triggered from browser suggestions. If you then type stuff by keyboard the state change gets trigerred, if you use suggestions once again it doesnt. And the value of form value remains undefined.
Reproducer
No response
PrimeReact version
10.6.2
React version
18.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Chrome
Steps to reproduce the behavior
Screen.Recording.2024-04-09.at.13.03.19.mov
Expected behavior
Should trigger onChange value and treat as keyboard input
Describe the bug
Input number change does not get triggered from browser suggestions. If you then type stuff by keyboard the state change gets trigerred, if you use suggestions once again it doesnt. And the value of form value remains undefined.
Reproducer
No response
PrimeReact version
10.6.2
React version
18.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Chrome
Steps to reproduce the behavior
Screen.Recording.2024-04-09.at.13.03.19.mov
Expected behavior
Should trigger onChange value and treat as keyboard input
Original issue:
primefaces/primereact#6345