Skip to content

Fix/slider issues#216

Merged
meganrm merged 28 commits into
mainfrom
fix/slider-issues
Jun 5, 2026
Merged

Fix/slider issues#216
meganrm merged 28 commits into
mainfrom
fix/slider-issues

Conversation

@meganrm

@meganrm meganrm commented May 28, 2026

Copy link
Copy Markdown
Contributor

Problem

Estimated review size: small

closes #214
and there was a small bug were a slider was double labeling the zero value.

Solution

changed the prop name to formID instead of just id
don't add a label if the value is zero

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Screenshots (optional):

before:
Screenshot 2026-05-28 at 1 10 30 PM

Screenshot 2026-05-28 at 12 59 54 PM

@meganrm meganrm requested a review from a team as a code owner May 28, 2026 20:10
@meganrm meganrm requested review from ShrimpCryptid and tyler-foster and removed request for a team May 28, 2026 20:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Comment on lines 84 to 88
<InputNumber
aria-labelledby="ki-question"
value={selectedAnswer || ""}
value={selectedAnswer ?? ""}
onChange={handleAnswerSelection}
placeholder="Type value..."
Comment on lines 105 to 109
<InputNumber
aria-labelledby="kd question"
value={selectedAnswer || ""}
value={selectedAnswer ?? ""}
onChange={handleAnswerSelection}
placeholder="Type value..."
Comment thread src/components/quiz-questions/QuizForm.tsx Outdated
Base automatically changed from fix/update-kd-quiz-question to main June 5, 2026 03:11
@meganrm meganrm merged commit 500a3b8 into main Jun 5, 2026
3 checks passed
@meganrm meganrm deleted the fix/slider-issues branch June 5, 2026 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split QuizForm id prop into separate props

4 participants