Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add autocomplete multiselect prompt to example.js
Add a new autocompleteMultiselect question to the `example.js` file. * Add a new question of type `autocompleteMultiselect` to the `questions` array. * Set the `name` property to `actors`. * Set the `message` property to `Pick your favorite actors`. * Set the `choices` property to an array of actor objects with `title` and `value` properties.
- Loading branch information