magmax / python-inquirer

A collection of common interactive command line user interfaces, based on Inquirer.js (https://github.com/SBoudrias/Inquirer.js/)
MIT License
1.01k stars 97 forks source link

inquirer text multiline #642

Open pyinstallerbaggins opened 2 weeks ago

pyinstallerbaggins commented 2 weeks ago

When using multiline with completer=True. it stops using completer after the 1st or second entry.

Also, I am pressing 'ENTER' after each entry to get to the next line

image

Cube707 commented 2 weeks ago

multi-line is generally not supported, see #26 and related.

the completer probably works fine, it's output just gets override. But without a detailed, reproducible issue, guessing is all I can do.