Skip to content

Commit

Permalink
Merge pull request #1019 from ravichandran-blog/patch-1
Browse files Browse the repository at this point in the history
Update LocationPicker.md
  • Loading branch information
joelfmrodrigues authored Sep 23, 2021
2 parents 62768c2 + 86b6313 commit c8b2ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/docs/controls/LocationPicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { LocationPicker,ILocationPickerItem } from "@pnp/spfx-controls-react/li
<LocationPicker
context={this.props.context}
label="Location"
onSelectionChanged={(locValue: ILocationPickerItem) => {
onChange={(locValue: ILocationPickerItem) => {
console.log(locValue.DisplayName + ", " + locValue.Address.Street)
}
}/>
Expand Down

0 comments on commit c8b2ce8

Please sign in to comment.