Skip to content

Commit 9c15ea5

Browse files
committed
Peoplepicker ready. Properties and validation updates pending
1 parent c33336c commit 9c15ea5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/controls/peoplepicker/PeoplePickerComponent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export class PeoplePicker extends React.Component<IPeoplePickerProps, IPeoplePic
4545
*/
4646
constructor(props: IPeoplePickerProps) {
4747
super(props);
48+
this.refs
4849
this.state = {
4950
selectedPersons: [],
5051
mostRecentlyUsedPersons: [],

src/webparts/controlsTest/components/ControlsTest.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ export default class ControlsTest extends React.Component<IControlsTestProps, IC
102102
items: items
103103
});
104104
}
105-
}
106-
/* Method that retrieves the selected items from People Picker
105+
}
106+
/** Method that retrieves the selected items from People Picker
107107
* @param items
108-
*/
108+
*/
109109
private _getPeoplePickerItems(items: any[]) {
110110
console.log('Items:', items);
111111
}

0 commit comments

Comments
 (0)