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

Slider ticksLabels do not line up with ticks #41

Open
ryanrishi opened this issue Mar 5, 2018 · 0 comments
Open

Slider ticksLabels do not line up with ticks #41

ryanrishi opened this issue Mar 5, 2018 · 0 comments

Comments

@ryanrishi
Copy link

If I want to render a slider that goes from -100% → 0% → 200%, I pass in the following. Doing so results in a slider that looks correct, but the ticksLabels are not aligned with the ticks.

{{ui-slider
  value=value
  min=-100
  max=200
  ticks="-100, 0, 200"
  ticksLabels="-100%, 0%, 200%"}}

Here is a twiddle reproducing the issue.

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

1 participant