Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23120] Windows: picker 'change' event not working from .xml

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelschange, picker
ReporterZakhar Zhuravlev
AssigneeUnknown
Created2016-03-28T11:52:23.000+0000
Updated2018-02-28T19:55:27.000+0000

Description

Affects 5.2.0 Okay, I provide sample code: *index.js:*
$.picker.add(_.map(['1', '2', '3'], function(value){
	return Ti.UI.createPickerRow({title: value});
}));

function onChangePicker() {
	alert('picker changed');
}

$.win.open();
*index.xml:* {noformat} {noformat} It's not working!

Comments

No comments

JSON Source