Skip to content

Instantly share code, notes, and snippets.

@simon88pl
simon88pl / dialog.html
Last active July 25, 2022 05:21 — forked from coinsandsteeldev/dialog.html
Google Sheets script to allow multi-select in cells with data-validation, and auto check previous options selected in current cell, and sorting values alphabetically, and clickable options, and a bit more pleasant look & feel (adapted from https://www.youtube.com/watch?v=dm4z9l26O0I)
<!DOCTYPE html>
<html>
<head>
<script>
var data
var formId = 'form'
var content
var checked
function drawForm() {