diff --git a/index.html b/index.html index 2aa0bca6..28c13351 100644 --- a/index.html +++ b/index.html @@ -831,7 +831,8 @@

Variable Header

array or object If type is "select", these are the options that populate the select box. - Can be an array or object with key value pairs. + Can be an array or object with key value pairs in this format:
+ [{"value": 123, "display": "Option 1"}, {"value": 42, "display": "Option 2"}]
If type is anything other than "select", this option is ignored. []