Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi Galvin, when you update a field value using javascript / jquery, you need to trigger the change event for the form to recognize it and show the section.
var dsrValueInput= $('#dsr_value'); dsrValueInput.val(50).trigger('change');
Hope this helps.
Thanks is working when add.trigger
for example like this
so if i input manual on dsr_value will working
but if i set value on java script like this
the visible control on advance option section didn;'t working
so how i can make advance option visiblity working when using javascript to set value?