[Bug Report][3.10.11] The slider thumb incorrectly adds .1 if :min="0.1" and :step="1"
Open
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
- 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

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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