Because of the rotating nature of the selection list, if the list size is greater than pageSize, I'd like to put a separator at the end of my list. Adding new inquirer.Separator() to the choices array works for type "list", but it appears to be omitted in the "autocomplete" version.
Because of the rotating nature of the selection list, if the list size is greater than
pageSize
, I'd like to put a separator at the end of my list. Addingnew inquirer.Separator()
to thechoices
array works for type "list", but it appears to be omitted in the "autocomplete" version.