pub fn list<S, Item>( description: Option<S>, options: Vec<(S, Item)>, ) -> List<S, Item>
Create a List for a multi-list dropdown widget.
List