I have this custom ListCell containing a textfield...
# tornadofx
p
I have this custom ListCell containing a textfield and two maskfields which are just tweaked textfields. These components are defined in a fxml, hence why the call of FXMLLoader. Now, having the whole added to a ListView I was hoping to implement the
edit
feature. However, whenever I edit the values of the NavWarnPosition object, it always grabs the original one shown in the list. Am I missing something in particular to retrieve the updated object? As this is my first time with a custom cell trying to implement the edit function I am kinda stuck.