prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.11k stars 717 forks source link

Update Input Dialog to use Validator #1747

Open x24git opened 1 year ago

x24git commented 1 year ago

Currently, the Input Dialog accepts a Validator as a parameter but does not actually display anything via the UI. This PR fixes the following:

x24git commented 1 year ago

Should Fix Issue #1715