* Scrollable list you can also narrow by typing (type-ahead filter). Used * for long lists like the full model catalog: the user sees options AND can * type a fragment (e.g. "sonnet") to filter. `placeholder` shows before any * input. Returns the selected `value`.
(
message: string,
options: SelectOption[],
opts?: { placeholder?: string; maxItems?: number },
)
| 72 | * input. Returns the selected `value`. |
| 73 | */ |
| 74 | selectAutocomplete( |
| 75 | message: string, |
| 76 | options: SelectOption[], |
| 77 | opts?: { placeholder?: string; maxItems?: number }, |
no outgoing calls
no test coverage detected