Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.9k
-
I need to add a footer to a b-dropdown. Something similar to what Kendo has implemented(https://www.telerik.com/kendo-vue-ui/components/dropdowns/multiselect/custom-rendering/#toc-headers-and-footers). Seems like it would be fairly simple to add slots for these but beyond that, does anyone have a way to do it with just CSS? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
Looks fairly simple. Something like: <b-dropdowntext="Dropdown"><b-dropdown-text>Header</b-dropdown-text><listyle="max-height: 100px; overflow-y: auto;"><ulstyle="list-style: none; padding-inline-start: 0"><b-dropdown-itemv-for="i in 10">Item {{ i }}</b-dropdown-item></ul></li><b-dropdown-text>Footer</b-dropdown-text></b-dropdown> |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment