I am writing a cross-platform mobile app using Telerik AppBuilder with NativeScript. I am going nuts trying to figure out how to get a basic \"blur\" or \"onTextChanged\" event
FYI in NativeScript 3 the blur event has been added and can be used with either TextView or TextField components.
blur
TextView
TextField
Edit there's now also a focus event about to be merged from this pull request.
focus