Skip to content

Conversation

@tenphi
Copy link
Member

@tenphi tenphi commented Nov 20, 2025

Note

Prevents duplicated id/ARIA by filtering id from Field wrapper and applying it to the actual input/root elements; updates multiple field components accordingly.

  • Fix: ID/ARIA duplication
    • wrapWithField: filters id out of fieldProps so it isn't applied to the Field wrapper.
    • Apply/forward id to input/root elements: RadioGroupElement, CheckGroupElement, SliderElement; pass fieldProps to DateInputBase/DatePickerElement.
  • Components updated:
    • RadioGroup, CheckboxGroup, SliderBase, DatePicker, DateRangePicker, DateRangeSeparatedPicker: correct id/fieldProps placement on elements with qa/data-input-type.
    • ComboBox, FilterListBox, FilterPicker, ListBox, Picker: simplify wrapWithField calls (remove redundant mergeProps).
  • Changeset: adds patch note documenting the id/ARIA fix.

Written by Cursor Bugbot for commit 534842f. This will update automatically on new commits. Configure here.

@changeset-bot
Copy link

changeset-bot bot commented Nov 20, 2025

🦋 Changeset detected

Latest commit: 534842f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@cube-dev/ui-kit Patch

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

@vercel
Copy link

vercel bot commented Nov 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
cube-ui-kit Ready Ready Preview Comment Nov 20, 2025 3:54pm
cube-ui-kit-cursor Ready Ready Preview Comment Nov 20, 2025 3:54pm

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

📦 NPM canary release

Deployed canary version 0.0.0-canary-7bdd6b7.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

🏋️ Size limit report

Name Size Passed?
All 297.49 KB (+0.01% 🔺) Yes 🎉
Tree shaking (just a Button) 33.41 KB (0% 🟰) Yes 🎉
Tree shaking (just an Icon) 20.68 KB (0% 🟰) Yes 🎉

Click here if you want to find out what is changed in this build

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

🧪 Storybook is successfully deployed!

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.

2 participants