Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
// I think it's much easier to use jquery. I use something like this in my codes
let $selector = FormUtil.getField('<field id>');
$selector.each(function() {
$(this).val('<field value>');
});
Hey, this didn't work for me tho. The select box is not read
Ok ill try implementing this thank-you!
I want to fetch the select box/ Dropbox data into a text box. How can I do it? Below is the code please help me out with this
I tried doing this by form util, but I was not successful.
This JavaScript code is perfectly running on Visual Studio, Fetching the data of the select box and displaying it in the text box, but in joget am not able to implement the code, my code is not fetching the select box data. Can you please have me out with. As this is the only place where I am tucked will be thankful if you provide me a solution for this.
Thank You!