Good day!
So I am having trouble using lookup function for the calculated value so I decided to try and select all the items in my listlookup with this code:
NWF.FormFiller.Events.RegisterAfterReady(function ()
{
let row = NWF$(this).closest('.nf-repeater-row');
row.find('.listLookUpCSS option:selected').prop('selected', true);
});
Doesn't seem to work unless it is going to be a button click. Or can anyone explain how to get the length of a list lookup?
