Ability to Name Elements Explicitly

Issue #8 resolved
Marc Syp created an issue

Related to Issue #3. If you are able to name elements explicitly, you can reference them downstream without worrying about the ordering of the elements coming out of the Add Elements output. This would make UI editing SO SO SO much more pleasant.

Providing duplicate names to elements could automatically append an index value to discriminate between the two to prevent clashes. 2 x inputName -> inputName0, inputName1

Comments (2)

  1. Andrew Heumann repo owner

    this is pretty significantly involved.... probably a good idea but requires me to rip out a whole lot of code.

  2. Andrew Heumann repo owner

    resolved through alternate workflow - ability to attach listeners to elements as they are created, instead of needing to grab for them later on from the add elements component.

  3. Log in to comment