<@U0F3291QE> So far this is how I have done but it...
# tornadofx
b
@edvin So far this is how I have done but it does not still work
Copy code
combobox(treatment) {
                                makeAutocompletable()
                                cellFormat {
                                    text = treatmentList.value.toString()
                                }

                            }