dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Handle scroll in Number Inputs #1800

Closed Mil4n0r closed 7 months ago

Mil4n0r commented 8 months ago

Checklist

Description It is desired to stop the page scroll when the focus is on the number input and the cursor is hovering over the component. If these conditions are met, the value of the number input should be increased or decreased with the mouse wheel.

Closes #460