You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I’ve tried to run $io->askQuestion(new ChoiceQuestion($question, $choices, $default)); directly. it works on non interactive mode but fails on interactive mode
I think ChoiceQuestion should override getDefault() to solve this. I can make a PR for this but will this considered a BC break ? or does it falls in the bug fix category ?