Fix android search-bar bug (#5046)

* Fix android search-bar bug

Searching twice for the same item in the search bar leads to a bug where `submit` event won't be raised.
This PR fixes https://github.com/NativeScript/NativeScript/issues/5039

* test: include new test page
This commit is contained in:
Hristo Hristov
2017-11-10 15:46:23 +02:00
committed by GitHub
parent 011be368b1
commit 729b068e7b
5 changed files with 48 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ function initializeNativeClasses(): void {
}
this[SEARCHTEXT] = newText;
this[QUERY] = undefined;
return true;
}