laravel / prompts

Beautiful and user-friendly forms for your command-line PHP applications.
https://laravel.com/docs/prompts
MIT License
533 stars 94 forks source link

Fix display of submitted multiselect selections #53

Closed jessarcher closed 1 year ago

jessarcher commented 1 year ago

This PR fixes an issue where the "submitted" state of the multiselect displayed the user selections incorrectly when using a list array.

Fixes #52