egui_autocomplete

Crates.ioegui_autocomplete
lib.rsegui_autocomplete
version8.0.0
sourcesrc
created_at2023-07-10 02:59:46.462509
updated_at2024-11-07 21:52:05.103333
descriptionAuto complete text box for egui
homepage
repositoryhttps://github.com/JakeHandsome/egui_autocomplete
max_upload_size
id912495
size35,460
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: 107

cargo fmt