egui_autocomplete

Crates.ioegui_autocomplete
lib.rsegui_autocomplete
version6.0.1
sourcesrc
created_at2023-07-10 02:59:46.462509
updated_at2024-06-08 02:57:36.460508
descriptionAuto complete text box for egui
homepage
repositoryhttps://github.com/JakeHandsome/egui_autocomplete
max_upload_size
id912495
size29,538
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: 87

cargo fmt