In previous iterations of vue.js
, developers had the ability to generate a dynamic select list utilizing optgroups
similar to the example found here.
In the latest versions of vue, the documentation suggests using v-for
within the options instead of optgroups
. Is there a solution or alternative approach for this change in functionality?