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

Fixes to the Number Input #1667

Closed GomezIvann closed 1 year ago

GomezIvann commented 1 year ago

Checklist

Description Some updates were made to make the Number input behave as its native counterpart. Increment and decrement actions replicate the spin buttons of the HTML number input. New tests were added for those edge cases. Also, a new feature has been added: the step can now have decimals.

All these fixes required some updates in the Text Input, which also led to needed changes on the components that use it under the hood, like the Password input.

Closes #1665