I am not directly observing "OK", but rather listening for a field change.
m.setList = QuizletSetList.findNode("LabelListID")
m.setList.observeField("itemSelected", "openSet")
Thanks for the help. You made me realize I was not in fact re-observing the field with the newly generated list component like you mentioned.