Skip to content

Commit 999ecbd

Browse files
authored
Merge pull request #103777 from dciborow/patch-9
Update microsoft-common-dropdown.md
2 parents 89b0920 + 203f948 commit 999ecbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/managed-applications/microsoft-common-dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When filtering is enabled, the control includes a text box for adding the filter
4545
"type": "Microsoft.Common.DropDown",
4646
"label": "Example drop down",
4747
"placeholder": "",
48-
"defaultValue": "Value two",
48+
"defaultValue": ["Value two"],
4949
"toolTip": "",
5050
"multiselect": true,
5151
"selectAll": true,

0 commit comments

Comments
 (0)