Hi all,
For SelectItem form items, there is the option of setDefaultToFirstOption().
Is it possible to default a select list to the first option, only if 1 record is in the list?
I guess I could do this with a addDataArrivedHandler handler, but is there a simpler way?
Thanks,
Dale
For SelectItem form items, there is the option of setDefaultToFirstOption().
Is it possible to default a select list to the first option, only if 1 record is in the list?
I guess I could do this with a addDataArrivedHandler handler, but is there a simpler way?
Thanks,
Dale
Comment