**** BEGIN LOGGING AT Tue Apr 22 02:59:58 2014 Apr 22 14:33:20 Hey all Apr 22 14:33:58 Does anyone know how to get the selection from a DataRepeater or DataList? Apr 22 14:58:20 GodGinrai the repeater has a method "selected" , it returns the selected model, or an immutable array of selections. Apr 22 14:58:30 http://enyojs.com/docs/2.4.0-pre.1/api.html#enyo.DataRepeater::selected Apr 22 15:05:19 dmanderson: Yea, I tried that, but when I logged the output of it, I would get null Apr 22 15:18:20 GodGinrai here is a whittled down example : http://jsfiddle.net/toxigenicpoem/PYQL9/ Apr 22 15:28:02 oh wow Apr 22 15:28:06 I derped hard Apr 22 15:28:38 dmanderson: I was trying to get the selection from the wrong repeater. <.< Apr 22 15:28:47 Thanks for the help Apr 22 15:28:49 np! Apr 22 15:29:03 sometimes a sanity check is good for those derp moments Apr 22 15:29:06 ;-) Apr 22 15:32:09 Yep Apr 22 15:37:00 enyo.map works nicely for reformatting the array I get from selected() :) Apr 22 15:52:33 love all the help functions, has let me shed so many fills Apr 22 15:55:11 yup **** ENDING LOGGING AT Wed Apr 23 02:59:58 2014