Description:
Currently, blur method of Ti.UI.TextField is available only for Android and iOS.
But it does not work for Windows.
Here is the AppC documentation link for this method -
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TextField-method-blur
Sample Application:
Attached the sample app to test.
Expected Results:
Clicking anywhere else other than TextField on the screen will make TextField lose focus in Windows. But, we would like the blur event to happen on clicking return key in keyboard. To achieve this functionality, blur method is required for TextField.
Runtime Issue:
In index.js of this project. the blur call on TextField has no effect.
$.testField.blur();
https://github.com/appcelerator/titanium_mobile_windows/pull/1131
Changes are seen in 7.0.0.v20171115153702.