pub fn multi_select( label: &str, items: impl IntoIterator<Item = impl Into<String>>, ) -> MultiSelectInput<'_>