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