Skip to content

Commit

Permalink
Experimenting with selectbox defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogenesAnalytics authored Mar 5, 2024
1 parent e68f9e0 commit b1a4072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"type": "selectbox",
"required": true,
"options": [
{"label": "Select an option", "value": "", "selected": true, "disabled": true},
{"label": "Select an option", "value": "", "selected": false, "disabled": true},
{"label": "USA", "value": "USA"},
{"label": "Canada", "value": "CAN"},
{"label": "United Kingdom", "value": "UK"},
Expand Down

0 comments on commit b1a4072

Please sign in to comment.