After multiple selections are made in a v-autocomplete
, I need to trigger a method. However, the @input
and @change
events fire after each selection, not after the full batch of selections. Is there an event that triggers when the dropdown menu closes?
Alternatively, is there a way to add custom actions at the end of the dropdown menu, similar to the layout of this date picker menu?