I got this table which column2 and column3 handle lookupFields
I added a listener to column2 to update the list of column3… -> and it does, no problem here
the thing is:
if I select an element of the list in column3, and then I change column2’s value, the list on column3 is refreshed but the selectedValue is not removed, cleared nor selected with the first element on the new list
I attached the project with a POF ( proof of failure )