Skip to content

Instantly share code, notes, and snippets.

@sharpred
Created June 3, 2013 13:27
Show Gist options
  • Save sharpred/5698130 to your computer and use it in GitHub Desktop.
Save sharpred/5698130 to your computer and use it in GitHub Desktop.
this picker throws a cast exception on android
erfPicker = require('ui/common/fragments/erfPicker').create({
data : erfData,
callBack : function(e) {
var selection = e.selectedValue[0] || 1;
erfButton.title = selection;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment