Skip to content

feat(Table): use pf check/radio for selects#12045

Merged
rebeccaalpert merged 3 commits intopatternfly:mainfrom
gitdallas:techdebt/12018-table-selects-use-pf-checkbox-radio
Oct 24, 2025
Merged

feat(Table): use pf check/radio for selects#12045
rebeccaalpert merged 3 commits intopatternfly:mainfrom
gitdallas:techdebt/12018-table-selects-use-pf-checkbox-radio

Conversation

@gitdallas
Copy link
Copy Markdown
Contributor

Closes #12018

image

Signed-off-by: gitdallas <5322142+gitdallas@users.noreply.github.com>
@patternfly-build
Copy link
Copy Markdown
Collaborator

patternfly-build commented Oct 8, 2025

@gitdallas gitdallas requested review from a team and rebeccaalpert and removed request for a team October 8, 2025 20:21
Signed-off-by: gitdallas <5322142+gitdallas@users.noreply.github.com>
@gitdallas gitdallas requested a review from mcoker October 9, 2025 15:00
Comment on lines +20 to +23
/** id for the input element - required by Checkbox and Radio components */
id?: string;
/** name for the input element - required by Radio component */
name?: string;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if there's something extra we could/should do with the types here to make these required depending on the passed selectVariant 🤔

Though that might be really hard to do without a breaking change, so this isn't a blocker.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

Comment thread packages/react-table/src/components/Table/utils/transformers.test.tsx Outdated
Signed-off-by: gitdallas <5322142+gitdallas@users.noreply.github.com>
@rebeccaalpert
Copy link
Copy Markdown
Member

I'm going to say 2 reviews is enough and click the button - Michael is heads down on Compass.

@rebeccaalpert rebeccaalpert merged commit a434558 into patternfly:main Oct 24, 2025
13 checks passed
@patternfly-build
Copy link
Copy Markdown
Collaborator

Your changes have been released in:

  • @patternfly/react-code-editor@6.4.1-prerelease.9
  • @patternfly/react-core@6.4.1-prerelease.9
  • @patternfly/react-docs@7.4.1-prerelease.9
  • @patternfly/react-drag-drop@6.4.1-prerelease.9
  • @patternfly/react-integration@6.0.0-prerelease.41
  • demo-app-ts@6.0.0-prerelease.175
  • @patternfly/react-table@6.4.1-prerelease.9
  • @patternfly/react-templates@6.4.1-prerelease.9

Thanks for your contribution! 🎉

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.

Table - checkbox and radio select should use check/radio components

4 participants