Making a `ComboBox` auto completable with `makeAut...
# tornadofx
a
Making a
ComboBox
auto completable with
makeAutocompletable
causes some weird behaviour where whenever the underlying
ObservableList
updates, the item displayed in the actual node is removed, despite the selectedItemProperty still maintaining its value, setting the selectedItemProperty value to an item from the new list has no effect either.