primereact
primereact copied to clipboard
fix(Checkbox): bind value prop to input value attribute
Defect Fixes
- fix: #7762
How To Resolve
- The checkbox input was missing the value attribute. (ex.
value="Mushroom")
< 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.
< primeVue checkbox example >
Test
Before Fix: The input element did not have a value attribute.
After Fix: The input element's value attribute is correctly assigned from
props.value(Mushroom)
Deployment failed with the following error:
Creating the Deployment Timed Out.
I commented in the ticket. This looks intentional by PrimeTek but I am not familiar with why.