Hi,
I am trying to create a module that is essentially a modified textInput. I created an input variable in my module that is set by selecting a table row as the original value of this variable I set in. So far so good. But when I change the value in the input field of the module, it does not seem to take it. i.e. console.log inside my module still shows the original value I set in the inspector and not the new value typed in the input field.
Thanks,
Olivier