You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(card): add ability to hide radio button in example (#11832)
* chore(card): add ability to hide radio button in example
* added docs
* added hide radio checkbox to selectable example
* updated a11y tags
* minor changes
Copy file name to clipboardExpand all lines: packages/react-core/src/components/Card/examples/Card.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ You must avoid rendering any other interactive content within the `<Card>` when
131
131
132
132
### Single selectable
133
133
134
-
When a group of single selectable cards are related, you must pass the same `name` property to each card's `selectableActions` property.
134
+
When a group of single selectable cards are related, you must pass the same `name` property to each card's `selectableActions` property. For more guidance on selectable cards with hidden input, see our [cards as tiles examples](#cards-as-tiles).
0 commit comments