Skip to content

Conversation

gitdallas
Copy link
Contributor

Closes #12018

image

@patternfly-build
Copy link
Contributor

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 <[email protected]>
@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
Contributor

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
Contributor Author

Choose a reason for hiding this comment

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

🙈

Signed-off-by: gitdallas <[email protected]>
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