Skip to content

Instantly share code, notes, and snippets.

@sharpred
Last active December 18, 2015 00:38
Show Gist options
  • Save sharpred/5698070 to your computer and use it in GitHub Desktop.
Save sharpred/5698070 to your computer and use it in GitHub Desktop.
issue with using integer in a picker
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