Skip to content

Commit 457af39

Browse files
authored
Merge pull request #1470 from sambilfinger/patch-1
Update ComboBoxListItemPicker.md
2 parents fb8f4a7 + e18ef19 commit 457af39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/ComboBoxListItemPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { ComboBoxListItemPicker } from '@pnp/spfx-controls-react/lib/ListItemPic
4040
columnInternalName='Title'
4141
keyColumnInternalName='Id'
4242
filter="Title eq 'SPFx'"
43-
defaultSelectedItems=[{Id: 2, Title:"Test"}]
43+
defaultSelectedItems={[{Id: 2, Title:"Test"}]}
4444
onSelectedItem={this.onSelectedItem}
4545
webUrl={this.context.pageContext.web.absoluteUrl}
4646
spHttpClient={this.context.spHttpClient} />

0 commit comments

Comments
 (0)