react-component / react-component/slider
Wrong allowed values
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 768
- Avg merge
- 11d 22h
- Merged PRs (30d)
- 5
Description
when params are the following:
min: 0.1
max: 25
step: 0.1
the max value that the slider allows me to change is up to 24.9, so I can't select 25 which is actually the max value allowed.
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the slider with min 0.1, max 25, and step 0.1, then trace the existing range and step handling from the relevant slider entry point. Add a regression test for selecting the maximum value and verify that 25 is accepted as the final value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100