Please see the below screenshots where v-autocomplete displays the Header part initially, but when I start searching it is hiding the Header part. Because of this for any remote data, it never displays the headers. Is there any way e can keep the headers and display the results? Thank You.
Here is the code pen example for it
https://codepen.io/kiranvasi/pen/vYBbgEY?&editable=true&editors=101
<v-autocomplete
v-model="friends"
:disabled="isUpdating"
:items="people"
filled
chips
color="blue-grey lighten-2"
label="Select"
item-text="name"
item-value="name"
multiple
>