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

Improvements needed for Range component #15

Closed
robmpreston opened this issue Aug 15, 2016 · 2 comments
Closed

Improvements needed for Range component #15

robmpreston opened this issue Aug 15, 2016 · 2 comments
Assignees
Milestone

Comments

@robmpreston
Copy link

robmpreston commented Aug 15, 2016

  1. While clicking and dragging the slider around, the value in the model should update (right now it only updates after releasing)
  2. Slider should have a 'step' value i.e. min- 0, max- 100, step- 10 would go 0,10,20,30...etc

I think it would also be nice if instead of the current style, it "fills up" as you drag it, i.e. the right side of the slider is grey and the selected portion is blue

@rstoenescu
Copy link
Member

Planning on releasing new Range component with requested functionality soon.

@rstoenescu
Copy link
Member

Pushed commit to enhance Range component:

commit 76e9f3a
Date: Thu Aug 18 18:20:21 2016 +0300

refactor: Rewritten Range to support new features

+ "step" property
+ colored styles
+ markers
+ "snap" property
+ "label" property

Will be available in v0.5.1 in a few days.

@rstoenescu rstoenescu added this to the v0.5.1 milestone Aug 19, 2016
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

No branches or pull requests

2 participants