Skip to content

Commit cef528a

Browse files
fix(QBtnDropdown): API -> description for 'cover' property (#18208)
* Fix description for 'cover' property in QBtnDropdown There is no `menu-fit` attribute for the QBtnDropdown * Fix typo in QBtnDropdown.json description
1 parent 300328c commit cef528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/btn-dropdown/QBtnDropdown.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
"cover": {
6565
"type": "Boolean",
66-
"desc": "Allows the menu to cover the button. When used, the 'menu-self' and 'menu-fit' props are no longer effective",
66+
"desc": "Allows the menu to cover the button. When used, the 'menu-self' prop is no longer effective",
6767
"category": "position"
6868
},
6969

0 commit comments

Comments
 (0)