My first question is concerning combo boxes. When I have a textfield it is easy to pass my property via textfield(contactModel.firstName) but how can I arrange this with an editable combobox? The combobox has some default values but I would like to be able to enter my own text or select a value and save it.