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 + de9607b commit b13e1dfCopy full SHA for b13e1df
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