Virtual list searchbar fails on pagereinit

How to reproduce:
Create project using v2.2.5, vue webpack template.
Create a page using the sample code provided for the virtual list (f7 vue).
Create another simple page.
Run the app. Navigate to the virtual list page, run a search: it works fine.
Navigate to page 2, then navigate back to virutal list page, try to run a search, you get after typing any key in the input field

Uncaught TypeError: Cannot read property ‘params’ of undefined
at Searchbar.search (framework7.esm.bundle.js?c501:17971)
at HTMLInputElement.onInputChange (framework7.esm.bundle.js?c501:17745)
at HTMLInputElement.handleEvent (dom7.module.js?d8c4:333)

I thought it was related to the list, but it seems that the searchbar has problem initializing again, and fails to search.

Any thoughts on what is going on?

Version 66.0.3359.139 (Official Build) (64-bit)
MAC OS High Sierra 10.13.4
F7 vue 2.2.5

2 Likes

Hi, Marcelo.

Did you find a solution for this issue?

Anyone did?

Regards.