Skip to content

Instantly share code, notes, and snippets.

View 1nathanliang's full-sized avatar
💼
Searching for internships!

nathan liang 1nathanliang

💼
Searching for internships!
View GitHub Profile
@1nathanliang
1nathanliang / dialog.html
Created December 31, 2021 01:40 — forked from coinsandsteeldev/dialog.html
Google Sheets script to allow multi-select in cells with data-validation (adapted from https://www.youtube.com/watch?v=dm4z9l26O0I)
<!DOCTYPE html>
<html>
<head>
<script>
var data
var formId = 'form'
function drawForm() {
if (!data) return
var outputEl = document.getElementById(formId);