select

Function select 

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