vuetifyjs / vuetifyjs/vuetify

[Bug Report][3.10.11] The slider thumb incorrectly adds .1 if :min="0.1" and :step="1"

Open
#22,348 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C: VSlider P: low S: maybe T: bug
Dominant language
TypeScript
Stars
41k
Forks
7.1k
Avg merge
1d 21h
Merged PRs (30d)
11

Description

Environment

Vuetify Version: 3.10.11
Vue Version: 3.5.24
OS: Linux undefined (current)

Steps to reproduce
  1. Look at the page
Expected Behavior

Thumb displays 25 as it does in the slider without step=1

Actual Behavior

thumb displays 25.1

Reproduction Link

https://play.vuetifyjs.com/#...

Images

https://cdn.cosmicjs.com/ee5b3d50-c539-11f0-a260-ff1470f1168f-Screenshot-from-2025-11-19-12-21-37.png

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked Vuetify reproduction and inspect the slider configured with min="0.1" and step="1". Trace how the thumb value is calculated and verify the behavior against a comparable slider without step=1. Done means the thumb displays 25 rather than 25.1 for the reported configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.