3

The documentation for Cards in Gmail Addons only seems to mention basic fields like Text and Select. I was hoping to implement a multi-select / typeahead field but am not sure this is possible.

It's my understanding that only the 'Card' part of that documentation is usable in Gmail, correct?

Has anyone had any experience with this? I'm assuming since it's not in the documentation, it's probably not able to be done.

user161592
  • 358
  • 1
  • 2
  • 12

1 Answers1

1

There is a section in the documentation that might meet your requirements. See link below:

Autocomplete suggestions for text inputs

TheAddonDepot
  • 8,408
  • 2
  • 20
  • 30
  • Sadly, this only allows for one field value. I believe I'll have to find a workaround that involves using a typeahead field to add to a list, then have an option to remove items from that list. Thanks for the reply, though!! – user161592 Jun 20 '19 at 15:44
  • @user161592 Did you manage to find an alternative for multi-select? – Amyth Jan 05 '22 at 01:52