Skip to content

Conversation

@GomezIvann
Copy link
Collaborator

@GomezIvann GomezIvann commented Aug 2, 2023

Checklist

  • Build process is done without errors. All tests pass in the /lib directory.
  • Self-reviewed the code before submitting.
  • Meets accessibility standards.
  • Added/updated documentation to /website as needed.
  • Added/updated tests as needed.

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

@GomezIvann GomezIvann marked this pull request as ready for review August 3, 2023 11:30
@raquelarrojo raquelarrojo self-requested a review August 4, 2023 10:50
@raquelarrojo raquelarrojo self-assigned this Aug 4, 2023
@dxc-technology dxc-technology deleted a comment from notion-workspace bot Aug 11, 2023
@raquelarrojo raquelarrojo self-requested a review August 16, 2023 07:06
@raquelarrojo raquelarrojo merged commit 427a80a into master Aug 16, 2023
@raquelarrojo raquelarrojo deleted the gomezivann/number-input-fix branch August 16, 2023 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Decimal steps are not working in the Number Input

3 participants