fix: allow passing props shared by all checkboxes / radios to use...Group hook#4864
fix: allow passing props shared by all checkboxes / radios to use...Group hook#4864unekinn wants to merge 5 commits into
Conversation
🦋 Changeset detectedLatest commit: 8450f94 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
b2c0757 to
3a378d2
Compare
3a378d2 to
dea8d73
Compare
caused all three checkboxes to have the same label/description
8475238 to
8450f94
Compare
|
Waiting for reviewing this after we finish web-first docs. |
Summary
useCheckboxGroup and useRadioGroup: these hooks now accept all
CheckboxProps/RadioPropsthat don't conflict with the hooks' own props. This can be used to easily set common props likevariantfor all the checkboxes or radios in the group.Checks
pnpm changesetif relevant)