I use the v-select package in Vue 2
I want to customize the filtering v-select to return rows that start with the input text (the default search returns every row that contains the input text). I know I have to bind the filter object to it, but I don't know exactly how to do it. In the documentation of the package, it is explained in the option filtering section, but I did not understand
Try like it.