Last active
December 18, 2015 00:38
-
-
Save sharpred/5698070 to your computer and use it in GitHub Desktop.
issue with using integer in a picker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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