Clear reference when source/target changes

Issue #98 wontfix
Christian Oeing repo owner created an issue

In the data binding operators, when the source or target are changed from "Reference" or "Provider" to another option, I think the object references should be set to null, to not have lingering references that aren't really used, just in case.

Comments (2)

  1. Christian Oeing reporter

    If there is no real problem with this behaviour I would like to keep it as it is. Users might change the value of the dropdown just to realize that they changed the wrong script or it was the wrong change. In that case they will be happy that the previous value is not lost and they can just change back the dropdown without having to fill out the specific value as well.

  2. Log in to comment