Crates.io | egui_autocomplete |
lib.rs | egui_autocomplete |
version | 11.0.0 |
created_at | 2023-07-10 02:59:46.462509+00 |
updated_at | 2025-08-27 01:10:56.052894+00 |
description | Auto complete text box for egui |
homepage | |
repository | https://github.com/JakeHandsome/egui_autocomplete |
max_upload_size | |
id | 912495 |
size | 52,075 |
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