Skip to content

Commit

Permalink
Adding multiple select for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogenesAnalytics committed Mar 5, 2024
1 parent 53e1691 commit 42569cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,15 @@
"type": "selectbox",
"required": true,
"options": [
{"label": "Select an option", "value": "", "selected": false, "disabled": true},
{"label": "--Select all that apply--", "value": "", "selected": true, "disabled": true},
{"label": "USA", "value": "USA"},
{"label": "Canada", "value": "CAN"},
{"label": "United Kingdom", "value": "UK"},
{"label": "Australia", "value": "AUS"}
]
],
"custom": {
"multiple": true
}
}
]
}

0 comments on commit 42569cf

Please sign in to comment.