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.
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:
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.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: