Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: controlled checkbox field #2614

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ramondorosario-ct
Copy link
Collaborator

What's the purpose of this pull request?

Previously, the checkbox field could not be controlled due to the destructuring of the props it receives. This issue was identified during the development of the Product Comparison feature. To fix this and allow the checkbox to be controlled, the "checked" property was removed from the destructuring so it can be managed.

@ramondorosario-ct ramondorosario-ct added the contributing Pull request submitted by the community label Jan 13, 2025
@ramondorosario-ct ramondorosario-ct self-assigned this Jan 13, 2025
@ramondorosario-ct ramondorosario-ct requested a review from a team as a code owner January 13, 2025 12:12
Copy link

vercel bot commented Jan 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
faststore-site ✅ Ready (Inspect) Visit Preview Jan 13, 2025 0:18am

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributing Pull request submitted by the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants