**** BEGIN LOGGING AT Fri Jul 17 02:59:58 2015 Jul 17 17:56:57 hi guys! Jul 17 17:57:05 hey Jul 17 17:57:21 i wonder if there's a radio item in plain enyo Jul 17 17:57:41 i mean, not using onyx neither moon Jul 17 17:58:03 yup Jul 17 17:58:16 and not using the input with type=radio Jul 17 17:59:57 is there a reason you don't want to do that? Jul 17 18:01:32 not really, is just bc if theres one component that manage the selected one in enyo its easier Jul 17 18:01:42 there is Jul 17 18:01:43 but i couldnt find it Jul 17 18:01:46 it's called enyo.Group Jul 17 18:01:51 ohh Jul 17 18:02:03 It supports any component that supports the GroupItem API Jul 17 18:02:12 http://enyojs.com/docs/latest/#/kind/enyo.Group Jul 17 18:05:24 +1 Jul 17 18:05:28 thanks! Jul 17 18:05:33 yw Jul 17 18:10:41 the solution, use a enyo.Group and enyo.Checkbox with type=radio inside ;) Jul 17 18:10:53 that works Jul 17 18:11:19 yes, it did it Jul 17 18:12:13 wonderful! Jul 17 20:12:07 mornung dmanderson Jul 17 20:12:14 hey Jul 17 21:20:43 Is there any way to pass an object with a signal? Jul 17 21:23:12 can I just put whatever I want in inEvent? Jul 17 21:27:48 yes Jul 17 23:07:52 I am using onyx.DatePicker for users to select their birthday. However, it uses Date objects which have timezones, so everytime I load it with a date, a day is lost. ( http://jsfiddle.net/trex005/edobf3my/ ) So, I just add the timzone offset to the date ( http://jsfiddle.net/trex005/edobf3my/1/ ) But it seems like there has to be a cleaner way to do this. **** ENDING LOGGING AT Sat Jul 18 02:59:59 2015