We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49c3c9 commit 022ff9bCopy full SHA for 022ff9b
src/prompts/select.rs
@@ -36,7 +36,7 @@ use console::{Key, Term};
36
/// ```
37
pub struct Select<'a> {
38
/// The initial selected element when the selection menu is rendered,
39
- /// indicated by its index in [items].
+ /// indicated by its index in [`items`](#field::items).
40
default: usize,
41
/// Items the user can select.
42
items: Vec<String>,
0 commit comments