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

Add option to not clear input upon validation error #706

Closed
wants to merge 2 commits into from
Closed

Add option to not clear input upon validation error #706

wants to merge 2 commits into from

Conversation

yunaserra
Copy link

Currently when an user enters invalid answer, the input line is cleared. I have added an option that keeps the answer if the flag is set.

For strings, the input is always kept. For numbers, the input is only kept if the number is not NaN, which usually happens if the user inputs non-number answers.

Issue: #374

@SBoudrias SBoudrias closed this Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants