Closed
Description
From @NickIliev on April 26, 2018 14:2
When we have SearchBar
nested inside TabViewItem
, the clear
event is never fired. Reproducible on both Android and iOS.
Steps to reproduce:
- use this test application
- use two-way binding with
ngModel
for thetext
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