diff --git a/docs/pages/buttons.vue b/docs/pages/buttons.vue index ffc6166c4..a553f174f 100644 --- a/docs/pages/buttons.vue +++ b/docs/pages/buttons.vue @@ -132,7 +132,7 @@ Be sure to consider internationalization, translation, and cultural meaning in the use of icon buttons.

- Always include a tooltip with the name of the action for icon buttons. + A tooltip with the name of the action is required for an icon button.

diff --git a/lib/buttons-and-links/KIconButton.vue b/lib/buttons-and-links/KIconButton.vue index aee25ed04..79a485cc8 100644 --- a/lib/buttons-and-links/KIconButton.vue +++ b/lib/buttons-and-links/KIconButton.vue @@ -7,6 +7,7 @@ :appearanceOverrides="appearanceOverrides" :buttonType="buttonType" :aria-label="ariaLabel" + text="" v-on="$listeners" >