Skip to content

Send options in templateSelection#12

Open
Grafikart wants to merge 1 commit intowasikuss:masterfrom
Grafikart:patch-1
Open

Send options in templateSelection#12
Grafikart wants to merge 1 commit intowasikuss:masterfrom
Grafikart:patch-1

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