Trying to incorporate the use of autocomplete in a Gmail Add-on with Apps-Script.
For instance:
When the user begins typing in the text box, an ajax call is made to fetch suggestions based on the input.
How can this functionality be implemented in Google Apps-Script?
In search of a similar feature to ng-change
in traditional AngularJs.
Appreciate any guidance provided.