Formulario
Select
Desplegable estilado. En la consola no uses el select nativo del sistema.
Preview
Uso
use ui::select::{Select, SelectOption};
Select::<String> {
default_value: Some("staging".to_string()),
SelectOption::<String> {
value: "staging".to_string(),
index: 0usize,
"Staging"
}
}