We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Based on the documentation on https://python-inquirer.readthedocs.io/en/latest/usage.html#question-arguments. This package only supports hiding input using the ignore param.
ignore
It would be great, if it had the required input feature. Say adding the required=True param to the Question object to enable this feature.
required=True
Question
So, this feature requires the user to fill in the input value.
April
The text was updated successfully, but these errors were encountered:
as per #327 you can lock choices, making it impossible to de-select them. Does this help you?
Sorry, something went wrong.
sorry that the documentations is not up to date
No branches or pull requests
Hi,
Based on the documentation on https://python-inquirer.readthedocs.io/en/latest/usage.html#question-arguments. This package only supports hiding input using the
ignore
param.It would be great, if it had the required input feature. Say adding the
required=True
param to theQuestion
object to enable this feature.So, this feature requires the user to fill in the input value.
April
The text was updated successfully, but these errors were encountered: