0
votes

I have created a simple gmail add-on using google's app script. I would like to implement a textarea input. I have referred the documents, but I couldn't find the appropriate method.

gmail add-on card service

Thanks in advance .

1

1 Answers

1
votes

You can call setMultiline(true) on TextInput which will render the input box as multiline. There is no explicit TextArea in Gmail addon UI as of now.