Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/components/combo-box/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ Combo Box is an input field component, not a generic menu component. Use the Men
|<<../select#,Select>>
|Simpler overlay selection field without filtering, lazy loading or custom value entry.

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

|<<../list-box#,List Box>>
Expand Down
2 changes: 1 addition & 1 deletion articles/components/menu-bar/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ endif::[]

== Best Practices

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>>.
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>>.

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.

Expand Down
2 changes: 1 addition & 1 deletion articles/components/radio-button/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ In a Horizontal Layout, Radio Button Groups also align better with other input f
|<<../list-box#,List Box>>
|A scrollable list of options. Supports single and multi-select.

|<<../checkbox#,Checkbox>>
|<<../checkbox#,Checkbox Group>>
|A corresponding component for multi-select options.
|===

Expand Down
2 changes: 1 addition & 1 deletion articles/components/select/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ Select is an input field component, not a generic menu component. Use <<../menu-
|===
|Component |Usage Recommendation

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

|<<../combo-box#,Combo Box>>
Expand Down
Loading