Skip to content

Commit

Permalink
Make 'hasDropdown' prop oficially public
Browse files Browse the repository at this point in the history
Follow-up to learningequality#346
where we removed KButton from KDropdownMenu. As a result,
products now need to wrap KDropdownMenu in KButton and therefore
need to use 'hasDropdown' property for dropdown menus that are
within buttons. This commit exposes this prop in documentation.
  • Loading branch information
MisRob committed Sep 15, 2022
1 parent ac42443 commit b23d1a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/buttons-and-links/KButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
default: 'button',
},
/**
* @ignore
* Adds a dropdown arrow - internal use only
* Adds a dropdown arrow
*/
hasDropdown: {
type: Boolean,
Expand Down

0 comments on commit b23d1a2

Please sign in to comment.