Allow selecting items from the autocomplete list

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld 2022-01-31 13:25:46 -08:00
parent 16c0baced6
commit 071a55a7ab
3 changed files with 38 additions and 2 deletions

View file

@ -327,6 +327,7 @@ pub struct AutocompleteStyle {
#[serde(flatten)]
pub container: ContainerStyle,
pub item: ContainerStyle,
pub selected_item: ContainerStyle,
}
#[derive(Clone, Copy, Default, Deserialize)]