Skip to content

Commit 86b6313

Browse files
Update LocationPicker.md
1 parent 62768c2 commit 86b6313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/LocationPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { LocationPicker,ILocationPickerItem } from "@pnp/spfx-controls-react/li
3232
<LocationPicker
3333
context={this.props.context}
3434
label="Location"
35-
onSelectionChanged={(locValue: ILocationPickerItem) => {
35+
onChange={(locValue: ILocationPickerItem) => {
3636
console.log(locValue.DisplayName + ", " + locValue.Address.Street)
3737
}
3838
}/>

0 commit comments

Comments
 (0)