fn draw_select_list_with_info(
f: &mut Frame<'_>,
area: Rect,
items: &[&str],
descs: &[&str],
prompt: &str,
state: &mut ListState,
pinned_header: bool,
)Expand description
Render a picker list with description and prompt.