Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add autocomplete multiselect prompt to example.js #426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CasP0
Copy link

@CasP0 CasP0 commented Jan 18, 2025

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant