Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: slider component does not handle zero properly #16327

Conversation

preetibansalui
Copy link
Contributor

Closes #15916

Slider Component does not handle Zero properly

Testing / Reviewing

  1. Go to slider and add non zero items as min & max values (eg: -10 to -1)
  2. Now enter zero in input box, it should auto correct the value to nearest possible value.
  3. It should display the auto correct message properly.

@preetibansalui preetibansalui requested a review from a team as a code owner May 6, 2024 11:28
Copy link

netlify bot commented May 6, 2024

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit a06b254
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/6641a7d6bd93a60008850b46
😎 Deploy Preview https://deploy-preview-16327--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@Gururajj77 Gururajj77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@preetibansalui preetibansalui requested a review from a team as a code owner May 8, 2024 11:10
Copy link
Contributor

@guidari guidari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM!

@guidari guidari added this pull request to the merge queue May 13, 2024
Merged via the queue into carbon-design-system:main with commit 8293f95 May 13, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Slider component does not handle zero properly when it's outside of min/max values
4 participants