egui_autocomplete 6.0.0

Auto complete text box for egui
Documentation

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