Describe the bug
In the Calendar component's time picker, the up/down buttons don't change the time continuously on mouse holding down.
Reproducer
No response
System Information
System:
OS: Windows 10 10.0.19045
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Memory: 15.34 GB / 31.84 GB
Binaries:
Node: 24.15.0 - C:\Program Files\nodejs\node.EXE
npm: 11.12.1 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 149.0.7827.103
Edge: Chromium (140.0.3485.54)
Firefox: 151.0.4 - C:\Program Files\Mozilla Firefox\firefox.exe
Internet Explorer: 11.0.19041.5794
npmPackages:
primereact: ^10.9.8 => 10.9.8
react: ^19.0.0-rc.1 => 19.2.7
tailwindcss: ^4.3.0 => 4.3.0
Steps to reproduce the behavior
- Hold down mouse on the up/down buttons once - time changes continuously as expected
- Release mouse button
- Hold down mouse on the buttons again, now the time won't change while holding down on the button
Expected behavior
Time should change continuously while holding down the mouse on the up/down buttons. Same thing happens on the documentations demo ( https://primereact.org/calendar/#time ). Tried on both Firefox and Chrome.
Describe the bug
In the Calendar component's time picker, the up/down buttons don't change the time continuously on mouse holding down.
Reproducer
No response
System Information
System: OS: Windows 10 10.0.19045 CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Memory: 15.34 GB / 31.84 GB Binaries: Node: 24.15.0 - C:\Program Files\nodejs\node.EXE npm: 11.12.1 - C:\Program Files\nodejs\npm.CMD Browsers: Chrome: 149.0.7827.103 Edge: Chromium (140.0.3485.54) Firefox: 151.0.4 - C:\Program Files\Mozilla Firefox\firefox.exe Internet Explorer: 11.0.19041.5794 npmPackages: primereact: ^10.9.8 => 10.9.8 react: ^19.0.0-rc.1 => 19.2.7 tailwindcss: ^4.3.0 => 4.3.0Steps to reproduce the behavior
Expected behavior
Time should change continuously while holding down the mouse on the up/down buttons. Same thing happens on the documentations demo ( https://primereact.org/calendar/#time ). Tried on both Firefox and Chrome.