Skip to content

Commit 3e59cd7

Browse files
authored
chore: align component names for related components (#4894)
1 parent fe4506b commit 3e59cd7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/components/combo-box/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ Combo Box is an input field component, not a generic menu component. Use the Men
529529
|<<../select#,Select>>
530530
|Simpler overlay selection field without filtering, lazy loading or custom value entry.
531531

532-
|<<../radio-button#,Radio Button>>
532+
|<<../radio-button#,Radio Button Group>>
533533
|Better accessibility than Combo Box, as all options are visible without user interaction.
534534

535535
|<<../list-box#,List Box>>

articles/components/menu-bar/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ endif::[]
503503

504504
== Best Practices
505505

506-
Menu Bar shouldn't be used for navigation. Use <<../tabs#,Tabs>> to switch between content, or anchor elements for regular navigation. It isn't an input field. Use instead <<../select#,Select>>, <<../combo-box#,Combo Box>>, or <<../radio-button#,Radio Button>>.
506+
Menu Bar shouldn't be used for navigation. Use <<../tabs#,Tabs>> to switch between content, or anchor elements for regular navigation. It isn't an input field. Use instead <<../select#,Select>>, <<../combo-box#,Combo Box>>, or <<../radio-button#,Radio Button Group>>.
507507

508508
Menu Bar is an interactive component. Using other interactive components like Combo Box as menu items is not advised as this may produce conflicts in keyboard navigation and interaction. Although items are children of Menu Bar, it's not supposed to act as a layout component.
509509

articles/components/radio-button/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ In a Horizontal Layout, Radio Button Groups also align better with other input f
399399
|<<../list-box#,List Box>>
400400
|A scrollable list of options. Supports single and multi-select.
401401

402-
|<<../checkbox#,Checkbox>>
402+
|<<../checkbox#,Checkbox Group>>
403403
|A corresponding component for multi-select options.
404404
|===
405405

articles/components/select/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Select is an input field component, not a generic menu component. Use <<../menu-
479479
|===
480480
|Component |Usage Recommendation
481481

482-
|<<../radio-button#,Radio Button>>
482+
|<<../radio-button#,Radio Button Group>>
483483
|Better accessibility than Select, as all options are visible without user interaction.
484484

485485
|<<../combo-box#,Combo Box>>

0 commit comments

Comments
 (0)