mikaelmello / inquire

A Rust library for building interactive prompts
https://docs.rs/inquire
MIT License
1.71k stars 72 forks source link

Suggestions not updated after autocomplete #257

Open moritz-hoelting opened 2 weeks ago

moritz-hoelting commented 2 weeks ago

Describe the bug When you press tab to autocomplete, the shown suggestions are not updated

To Reproduce Steps to reproduce the behavior:

  1. Run the complex_autocompletion example
  2. Select a folder and press tab

Expected behavior The folder path is autocompleted and the suggestions show the entries of the new folder (currently showing the entries of the previously selected folder)