Skip to content

Commit b005b47

Browse files
Update modules/ROOT/pages/custom-split-toolbar-button.adoc
Co-authored-by: tiny-ben-tran <[email protected]>
1 parent 1168202 commit b005b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/custom-split-toolbar-button.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A split button contains a basic button and a menu button, wrapped up into one to
1414
|icon |string |Primary button |optional |
1515
include::partial$misc/admon-predefined-icons-only.adoc[]
1616
|tooltip |string |Primary button |optional |Text displayed when hovering over the main button. If `+chevronTooltip+` is not provided, this will be used to auto-generate the chevron tooltip as `+"{tooltip} menu"+`.
17-
|chevronTooltip |string |Chevron button |optional |Text displayed when hovering over the chevron button. If not provided, auto-generates as `+"{tooltip} menu"+`.
17+
|chevronTooltip |string |Chevron button |optional |Text displayed when hovering over the chevron button. If not provided, it will be generated using the tooltip of the main button. ie: `+"{tooltip} menu"+`.
1818
|onAction |`+(api) => void+` |Primary button |required |Function invoked when the basic button section is clicked.
1919
|select |`+(value: string) => boolean+` |Choice menu items |optional |default: `false` - Function run on each option when the menu is opened to determine if it should be highlighted as active.
2020
|columns |number or `+'auto'+` |Drop-down menu |optional |default: `1` - Number of columns for the list of options. When set to more than 1 column, only the icon for each item will be shown.

0 commit comments

Comments
 (0)