How to map combo-box values?

I’ve populated the combo-box element using data queried from my back end system, but now want to map combo-box values back to their original data items. How can that be done?

Tagged:

Best Answer

  • @Catherine Wong

    Data elements always return string values. To get the original data item back you need to either use a Map or query the data array using find().