Skip to content

Conversation

KumJungMin
Copy link
Contributor

Defect Fixes


How To Resolve

  • The checkbox input was missing the value attribute. (ex. value="Mushroom")
스크린샷 2025-03-16 오후 4 26 24

< primeReact checkbox example >


  • Referring to a similar implementation in the PrimeVue library,
  • the PrimeReact checkbox was updated to bind the value prop to the input's value attribute.
스크린샷 2025-03-16 오후 4 27 39

< primeVue checkbox example >


Test

Before Fix: The input element did not have a value attribute.

스크린샷 2025-03-16 오후 4 26 24



After Fix: The input element's value attribute is correctly assigned from props.value(Mushroom)

스크린샷 2025-03-16 오후 4 30 44

Copy link

vercel bot commented Mar 16, 2025

Deployment failed with the following error:

Creating the Deployment Timed Out.

@melloware
Copy link
Member

I commented in the ticket. This looks intentional by PrimeTek but I am not familiar with why.

@melloware melloware added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Mar 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checkbox: value prop not being used to populate the input's value attribute
2 participants