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

Display count of selected items when scrolling #61

Closed jessarcher closed 1 year ago

jessarcher commented 1 year ago

This PR updates the multiselect prompt to display the number of selected items when the list is scrollable so that it's clear when other selected items aren't currently visible.

image

This is especially helpful when a multiselect has default values that may not all appear at the top of a list. The functionality from this PR will also be potentially helpful for #58.

I've opted not to include the count when the list doesn't contain enough items to scroll. E.g:

image