qrc:/qml/components/SearchBar.qml:119: TypeError: Cannot read property 'activate' of undefined
#190
Labels
good first issue
Good for newcomers
🐞 bug
Something isn't working
qml
Qt/QML-related tasks
🆘 help wanted
Extra attention is needed
QML thinks the
searchButton
is undefined even though it exists. I am trying to call theactivate()
function but nothing is working.This ONLY occurs when pressing an item from the suggestions popup (while it contains multiple suggestions). For a single suggestion, this isn't an issue.
Because of this issue,
searchBar
requires two separate mouse clicks to even select an item from thesuggestionsPopup
.https://github.com/larteyoh/testshop/blob/main/qml/components/SearchBar.qml
The text was updated successfully, but these errors were encountered: