sets value for the basic field of a multitext control
value | string| number | value for the field |
multiselect.setValue("New value");
The method deals only with the first (basic) field of the control. To set the value for the whole multitext, use the setValue method.
Back to top