Pass a single parameter to list() whose array elements will be the values for both the list's text and value attributes.
Pass two parameters to list(). The first array's elements will be the values for the list's text attribute and the second array's elements will be the values for the value attribute.
Pass a single parameter to list() whose array elements will be objects whose properties map to both standard and custom attributes.
Pass a single parameter to list() whose array elements will be the values for the list's text.
Pass a single parameter to list() whose array elements will be objects whose properties map to both standard and custom attributes.
Create a new list, append it to another element and pass a single parameter to list() whose array elements will be objects whose properties map to both standard and custom attributes.