I got "Uncaught TypeError: fns.apply is not a function" error when using Autocomplete component.
I defined a sample static-data autocomplete. The error occurs in browser console when I select a result. The result block also doesn't close after selection.



Quasar: 0.14.2
OS: Windows 8.1
Node: v7.5.0
NPM: 4.1.2
Browsers: Google Chrome
selected needs to be a Function which takes one param as the item that got selected.
Most helpful comment
selectedneeds to be a Function which takes one param as the item that got selected.