Allow selecting items from the autocomplete list
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
16c0baced6
commit
071a55a7ab
3 changed files with 38 additions and 2 deletions
|
@ -327,6 +327,7 @@ pub struct AutocompleteStyle {
|
|||
#[serde(flatten)]
|
||||
pub container: ContainerStyle,
|
||||
pub item: ContainerStyle,
|
||||
pub selected_item: ContainerStyle,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Default, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue