Basic blur event in a Telerik Nativescript Mobile App

后端 未结 4 1389
夕颜
夕颜 2021-01-23 18:48

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

4条回答
  •  孤独总比滥情好
    2021-01-23 19:44

    FYI in NativeScript 3 the blur event has been added and can be used with either TextView or TextField components.

    Edit there's now also a focus event about to be merged from this pull request.

提交回复
热议问题