-
Notifications
You must be signed in to change notification settings - Fork 236
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
Default is ignored on lists #17
Comments
I'll take a closer look at this. |
Yes its actually ignored cos, you have to choose one from the list. |
From documentation it appears you should be able to define the initially selected list item. Either the documentation should be clarified or this feature should be implemented. |
I believe this issue should be reopened, it's still present in version 1.0.3 on PyPI and on master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the
default
-key is ignored on list-type questionsConsider the following code:
Expected result:
Item 3
is initially selected in the promptActual result:
Item 1
is initially selected in the promptEnvironment:
OS: macOS 10.14 Mojave
The text was updated successfully, but these errors were encountered: