I have a vuetify v-select dropdown. Inside I made a slot #append-item in which I have a button "validate" I want the button to always be visible when I scroll inside the dropdown.
How to make an append item always visible in v-select vuetify
3.1k Views Asked by fakhfakh emna At
2
Wrap your button with a div having the
append
class name :that class should have the following css rules :
LIVE DEMO