I have a node using an editableList.
Each item content, for this editableList, depends on an other config parameter of the node. And when this parameter changes, I would like to refresh the editableList.
I have not seen anything to do such a thing, can you help ?
Do you suggest, I remove all the items of the EditableList and then I re-populate ?
I have tried this way, but I have had an issue with .editableList('empty'), it seems the EditableList is not cleared