I am utilizing vue multiselect to design a dropdown selection box that is searchable. However, because of the numerous options available, I would like to have control over when the dropdown appears. For instance, I want it to show up only after typing a certain number of characters in the search box. Is there a way to achieve this using v-select or v-multiselect?