Selected items disappear during search in v-select selections – Html
I have implemented something similar to this code pen in one of my projects. https://codepen.io/sudheer-ranga/pen/bGVbjbx There is one issue that am facing, the selected items disappear for invalid search. So, I found out that the items prop is mutating. Furthermore,…