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

[bug] pipstep is incorrect in certain scenario #110

Open
simeydotme opened this issue Aug 13, 2023 · 0 comments
Open

[bug] pipstep is incorrect in certain scenario #110

simeydotme opened this issue Aug 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working investigating Not quite sure if it's valid, yet

Comments

@simeydotme
Copy link
Owner

Describe the bug
When the value of max is over 100, and step is less than 1 (like 0.1), then the number of pips (pipstep) is multiplied instead of divided, so end up with thousands of pips.

To Reproduce
https://svelte.dev/repl/5947192ce43f47a1a728b32d733946d7?version=4.2.0

Expected behavior
Expect to see a reduced number of pips on the slider by default

@simeydotme simeydotme added bug Something isn't working investigating Not quite sure if it's valid, yet labels Aug 13, 2023
@simeydotme simeydotme self-assigned this Aug 13, 2023
@simeydotme simeydotme added this to the Svelte 4+ , Typescript milestone Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigating Not quite sure if it's valid, yet
Projects
None yet
Development

No branches or pull requests

1 participant