Skip to content

Instantly share code, notes, and snippets.

View chrishyle's full-sized avatar

Chris Hyle chrishyle

View GitHub Profile
filterSelect: SC.SelectFieldView.design({
layout: {left: 20, width: 150, top: 5, height: 20},
objects: MyApp.user.computedList(),
nameKey: "name",
valueKey: "guid", //changed to "value" for array
sortKey: "name"
}),