Hey all, I'm looking for a way to have a custom itemRenderer for only the currently selected item in a List (or different state).
So far, I've tried setting up functions in my itemRenderer, (i.e., change background color), but I want those changes to revert back when I click on another item in the list. The List component only offers a selection color to see which one we are on, but what if I'm using a colored canvas as my list item? I don't just want the area around the border to change, I want the entire thing to change. Any suggestions? Brian

