Virtual list inside smart-select

Is it possible to use a virtual-list inside a smart-select?

Reason:
I have a huge list of items in a list and it takes ages, if I open a smart-select with a regular list. So I want to use a virtual list (also because the items need to be searchable).
Or do I need to create some kind of ‘search’-page for this?

Yes, it is possible and there is a virtualList parameter in SS params that enables it http://framework7.io/docs/smart-select.html#smart-select-parameters

Bummer! Thanks - I read that doc 1000 times and didn’t see it :roll_eyes: