Is there any way I can stop users being able to type into a ComboBox?

The reason is that I have a set list of things in the ComboBox and I only want the user to be able to save 1 of those specific things into the Database upon saving. I don't want them to have the ability to add anything else.

I have tried locking it but that stops them being able to select anything!

Thanks in abvance