How to get the selected item on a PopupList?
thanks in advance
this should do it:
var text = popupList.activeEntry.text; print(text);
Thanks Man!