I’m not at my PC, but try using dmx-bind:id="whatever"instead.
It might not open up the bindings picker, but if you place the right code/binding in there it should work. I’ve used dynamic ids before when using the index of a repeat.
Looking at your query, it might be something like:
Apologies if I did not explain myself well, but I am not looking to dynamically change the ID of the input, but rather have the action event pick up the ID of the input in which it is embedded.
In my server connect I have a GET variable “questionid”, I would like the ID of the input be bind to this variable (in my example “question2”) during the dmx-on:changed.
Yes you are right, but if I like to scale, it might be easier to copy paste (or perhaps automate) if this is dynamic… or am I going into a wrong lane here?