This is a nice component. Great work! It looks like there is an issue with the query/search functionality, however. As soon as the user begins typing in the query/search field the below exception occurs.
Uncaught TypeError: Cannot read property 'name' of undefined
at VueComponent.getRowText (v-selectmenu.js?34fb:1)
at eval (v-selectmenu.js?34fb:1)
at Array.filter (<anonymous>)
at VueComponent.filter (v-selectmenu.js?34fb:1)
at VueComponent.processKey (v-selectmenu.js?34fb:1)
at invoker (vue.esm.js?efeb:2027)
at HTMLInputElement.fn._withTask.fn._withTask (vue.esm.js?efeb:1826)
This is a nice component. Great work! It looks like there is an issue with the query/search functionality, however. As soon as the user begins typing in the query/search field the below exception occurs.
You can check out a small project here I setup which demonstrates the issue. I also noticed the issue is occurring in your "Advanced menu" example.