Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline input #54

Closed
yajo opened this issue Aug 19, 2020 · 3 comments · Fixed by #59
Closed

Multiline input #54

yajo opened this issue Aug 19, 2020 · 3 comments · Fixed by #59
Assignees
Labels
Enhancement New feature or request

Comments

@yajo
Copy link
Contributor

yajo commented Aug 19, 2020

I'd need an option to have multiline input.

Something similar to https://python-prompt-toolkit.readthedocs.io/en/stable/pages/asking_for_input.html#multiline-input

Is that possible or planned?

@kiancross kiancross added the Enhancement New feature or request label Sep 7, 2020
@kiancross kiancross self-assigned this Sep 9, 2020
@yajo
Copy link
Contributor Author

yajo commented Sep 25, 2020

It seems that calling questionary.text("tell me something", mulitline=True) just works. What's missing:

  • Help text that indicates the user to end with Alt+Enter or Esc, Enter.
  • Docs.

@kiancross
Copy link
Collaborator

@yajo Nice find. I'm going to try and add some better documentation (#47). Feel free to send a PR in with help text, or I'll look at it when I get a chance.

@yajo
Copy link
Contributor Author

yajo commented Sep 25, 2020

See #59 🎁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants