Setting Value for ComboBox and NumericStepper

I need to set the text value of the ComboBox and numericStepper when an item in a list is pressed. I understand that the value of the ComboBox and NumericStepper is read only. Does anyone know the way around this? How can I force these components to show the value that I want? Thanks.