-
Notifications
You must be signed in to change notification settings - Fork 235
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
prompts/checkbox please make "mouse_support" variable. #57
Comments
Yes it is hard coded. You want to be able to change it? Lemme see if that is something needed |
If so how would you propose to be done |
Not sure about the reporter's use case, but I would like to disable mouse input globally while using PyInquirier. |
Thats more of a feature. This is doable. |
+1 I'd also like to disable mouse input. |
yes, right now it breaks whenever you select another window and return to the dialog by clicking the body of the terminal. Most inconvenient. A global option would be preferable though. |
It would be nice if this was an optional field in question dict. Right now I am rendering the prompt after a bunch of text that someone might want to copy from before selecting a response. |
Hi, there is another issue related to that. If you have a 'list' question, then when clicking to option it's correctly selected but answers are empty and not returned.
|
Hi there
in the libary "prompt_toolkit" wich is used, the variable "mouse_support" is changeable calling function prompt(.., mouse_support=False)
in file ./prompts/checkbox.py the option is hard coded on TRUE.
Is is possible to set this option with an argument?
The text was updated successfully, but these errors were encountered: