pub fn dropdown<T: Debug + PartialEq + Clone>( ui: &mut Ui, id: String, text: impl Into<WidgetText>, value: &mut T, options: &[T], )