How do you refresh ComboBox content each time dial...
# tornadofx
a
How do you refresh ComboBox content each time dialog get open ? For TextField I use bind and it works.
l
Does it have to refresh when it expands or prior to it?
a
I mean by refresh is to select the right item by binding the data the same as other text-fields , each time I open the popup, for now i managed to do that on the onDock()