Module of a textInput

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

Hi @ofedrigo,

I run into this frequently. I work around this by creating a dummy query in the module that triggers on the input variable being changed that then trigger-cascades everything else I need updating.

Does that work for you?