Skip to content

[Console] [Question helper] Add more accuracy on multiple choices answers #19106

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/console/helpers/questionhelper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ this use :method:`Symfony\\Component\\Console\\Question\\ChoiceQuestion::setMult

Now, when the user enters ``1,2``, the result will be:
``You have just selected: blue, yellow``.
The user can enter string: ``blue,yellow`` as well or even mix string and
the index of the choice like ``blue,2``.

If the user does not enter anything, the result will be:
``You have just selected: red, blue``.
Expand Down