react-component / react-component/slider
include event with change events
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 768
- Avg merge
- 11d 22h
- Merged PRs (30d)
- 5
Description
I have multiple range sliders and when a value changes, I don't know how to know which slider has changed. If the event were included in the callback I could find the slider this event belongs to by looking for the target's closest ancestor that contains a slider ID I set.
Is there another way to find which slider an event belongs to?
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
No files, tests, or entry points are named. Start by locating the slider's value-change callback API and existing callback documentation or tests; done means the callback can identify which slider changed, or the issue documents a supported alternative.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100