From @NickIliev on April 26, 2018 14:2
When we have SearchBar nested inside TabViewItem, the clearevent is never fired. Reproducible on both Android and iOS.
Steps to reproduce:
- use this test application
- use two-way binding with
ngModel for the text property
- enter some input (in the search field) and use the clear button ("X") to trigger the
clear event.
Result: the callback function is not executed.
Copied from original issue: NativeScript/NativeScript#5750