Kian Cross
Kian Cross
I'm also experiencing the same problem.
@feelepxyz Is there anything the community can do to help speed this up?
For those who need this feature, there is a project called [questionary](https://github.com/tmbo/questionary) based on this project (but the code has been refactored and tidied up a lot) and seems a...
@redace0001 If you think your changes are generic, feel free to submit a PR!
Is the current work-in-progress available anywhere? > No, we haven't revisited this yet due to the privacy implications Can't this be left to individual organisers to determine? If organisers have...
@tmbo I think the only problem would be deciding what the `checked`, `disabled`, and `shortcut_key` properties of a `Choice` do in the context of an `autocomplete`. I do agree that...
Don't think this is possible at the moment.
Thanks for spotting this bug and submitting a PR. From what I understand, the problem is as follows: 1. When a `Choice` is instantiated without a shortcut, `Choice.shortcut_key` is `None`...
Thanks for the PR, this looks great. Would you be able to add some unit tests?
Nice idea! It isn't possible at the moment (although you could sort of do it with a validated `text` input or even a series of questions using `select`s for day/month/year).