egui_autocomplete

Crates.ioegui_autocomplete
lib.rsegui_autocomplete
version11.0.0
created_at2023-07-10 02:59:46.462509+00
updated_at2025-08-27 01:10:56.052894+00
descriptionAuto complete text box for egui
homepage
repositoryhttps://github.com/JakeHandsome/egui_autocomplete
max_upload_size
id912495
size52,075
Jake Hansen (JakeHandsome)

documentation

README

Crates.io Documentation codecov Dependency status

egui_autocomplete

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

Commit count: 140

cargo fmt