Skip to content

Conversation

@Grafikart
Copy link

With the current version it's not possible to retrieve the label. I wanted to present results using a coma separated list.

  templateSelection: function (selected) {
    return selected.map(function (i, option) {
      return option.innerText
    }).get().join(', ')
  }

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