Just wondering what the best practice for programmatically getting the value of a selected item from a dropdown. I know I need to listen to the 'onCalciteDropdownSelect' event, then go into 'target' and finally 'selectedItems'. But from there, what should I use to get the value?