Auto-filter items in an editable ComboBox
867657Dec 5 2012 — edited Dec 13 2012Hi everyone,
I have an editable ComboBox<MyItem>. When I type into the textfield of the combobox I want to filter the items displayed accordingly and then select one available item.
Has anyone done this?
I'm adding ChangeListeners to:
.selectionModelProperty().getValue().selectedItemProperty()
.editorProperty().getValue().textProperty()
.valueProperty()
without success.
Cheers,
N