Skip to content

Commit 8242c7a

Browse files
Merge branch 'master' of https://github.com/pnp/sp-dev-fx-controls-react into dev
2 parents 4d59422 + c8b2ce8 commit 8242c7a

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)