I have a combobox with values;
ONE
TWO
THREE
And I am using labelFunction
to display it as formatted value;
SELECT ONE
SELECT TWO
SELECT THREE
So when I use selectedItem
from the combo I get SELECT ONE
as a value instead of just ONE
What would be the proper way to use the labelFunction
just to display data but at the background save the real passed values?