Andrew Owen Martin

Results 4 comments of Andrew Owen Martin

The documentation says that the "message" attribute of a question can be a string or a function that takes the current answers and returns a string. I guess you could...

> The documentation says that the "message" attribute of a question can be a string or a function that takes the current answers and returns a string. I guess you...

See my workaround https://github.com/CITGuru/PyInquirer/issues/49#issuecomment-487054916, it doesn't help for #22 unfortunately.

I have a workaround for this, you need to do a few things. Firstly, you need to make an `answers` variable, to which you keep a reference and pass to...