Hey all, hoping someone might be able to point me in the right direction please.
We have a textarea that receives a value (dmx-bind:value) from an endpoint.
How can I trigger an event when the textarea is initially filled with a value? I have tried adding dmx-on:changed, dmx-on:input etc events, but those triggers only fire if the text is changed after it has already been initially added (eg. user edits the textarea).
Textarea
dmx-bind:value=endpoint value
dmx-on:changed/input/etc - doesn't trigger when initially filled. We need this to trigger.
dmx-on:changed/input/etc - triggers after filled and user changes text.
Hope that makes sense. We basically need it to trigger when text is added initially in the textarea using dmx-bind:value.
Sorry I should have mentioned that the aim of this is to trigger a custom javascript function when the value is initially filled out, so unfortunately the conditional statement won't work.