I'm currently in the process of constructing a form with an extensive selection of drop-down items utilizing vue.js
. My approach involves implementing the dynamic select list as detailed in this documentation:
However, I am interested in providing users with the ability to quickly filter through this list by incorporating the filterBy
directive. I am uncertain if it is feasible to merge these two functionalities - can a dynamic list be filtered using filterBy
? Is filterBy
solely compatible with a v-for
?