Genie Discord forum

I'm trying to make a q-select component where I could have text filter. I can't workaround how to replicate filterFn
function. Is there a MWE available?

What does this "filterFn" do? Are you trying to replicate this? https://codepen.io/rachitpant/pen/mdbpvda
(I'm still not sure what it does)

but this is a very old example. You'll need to migrate to new API

Yes. All it does is to add the ability to search through the selection list by typing. I think the filterFn
is to get the matched items and called each time the input box is changed.

quasar(:select, # your fields goes here #, var"v-on:filter" = "filterFn") define filterFn in Stipple.js_methods and you're good if you want to call filterFn everytime input box is changed you can use methods like js_computed or v-model