In DNN version 5, a collection of state abbreviations can be obtained via DNN provided
ListController().GetListEntryInfoItems. In DNN 7, the same method returns similar list however state abbreviations are prefixed with "US-". For example, FL is now US-FL. When binding the collection to dropdown, the hidden values are different which causes the selectedvalue such as FL not found. Has anyone run into this issue?