jEditable: default value for selects

jEditable: default value for selects

I'm working with jEditable plugin. In particular I have a field for which I'm using type "select". I know that you can specify a default value in the json data which will show by default when you click on the field. However, what if currently there is an existing value and I want to show that when you click on the field. Is that possible? For example, if currently the field shows "A" and the possible options are "A", "B", "C", and "D". If you click on the field it should show the current value i.e. "A" in this case rather than the default value which can be any of the four letters. Any help would be appreciated.