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

feat: allow slider input element to show max/min boundary value #3607

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

caok2709
Copy link

  1. allow range input element to show max/min as a boundary.
  2. When you move slider close to max/right value. It should looks like: 450/1200 -> 500/1200 -> 600/1200
  3. When you move slider close to min/left value. It should looks like: -450/-1200 -> -500/-1200 -> -600/-1200

1. allow range input element to show max/min as a boundary. It should looks like:
450/1200 -> 500/1200 -> 600/1200 when you move the slider to the right/max
or
-450/-1200 -> -500/-1200 -> -600/-1200 when you move the slider to the left/min
@caok2709
Copy link
Author

@hadley @cjiang @Fil @gvangool
Hello.
I found this PR is useful in our project.
When you change the slider value, it will keep the max or min value as a boundary to indicate the number gap between current value to max/min value.
Let me know if you can merge and publish it as a new version. Thx

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.

None yet

1 participant