Crates.io | egui_autocomplete |
lib.rs | egui_autocomplete |
version | 8.0.0 |
source | src |
created_at | 2023-07-10 02:59:46.462509 |
updated_at | 2024-11-07 21:52:05.103333 |
description | Auto complete text box for egui |
homepage | |
repository | https://github.com/JakeHandsome/egui_autocomplete |
max_upload_size | |
id | 912495 |
size | 35,460 |
An extension to the [egui::TextEdit
] that allows for a dropdown box with autocomplete to popup while typing.
You can select the suggestions with arrows keys + enter/tab or mouse clicks.
View web example here
To enable egui persistence, enable the serde
feature