We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52e4e9f + b13e1df commit 03c26a1Copy full SHA for 03c26a1
docs/documentation/docs/controls/IconPicker.md
@@ -35,7 +35,7 @@ import { IconPicker } from '@pnp/spfx-controls-react/lib/IconPicker';
35
36
```TypeScript
37
<IconPicker buttonLabel={'Icon'}
38
- renderOption={'Dialog'}
+ renderOption={'dialog'}
39
onChange={(iconName: string) => { this.setState({icon: iconName}); }}
40
onSave={(iconName: string) => { this.setState({icon: iconName}); }} />
41
```
0 commit comments