Google Script - Form - live update for a text field
问题 My client has a huge list of contacts. I created a form with a scrolling list, in order to select a contact. The issue is that the scrolling list is too long. Is there a way (and if so, how?) for my client to start typing the first letters of a contact name, so the 'field area' (or other) fills in automatically the correspondant contact name? Thank you in advance for your help. Kind regards, 回答1: You can load the select with this javascript: function updateSelect(vA) { var select = document