We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d92a71 + 6993923 commit e10c49dCopy full SHA for e10c49d
1 file changed
src/controls/peoplepicker/PeoplePickerComponent.tsx
@@ -187,7 +187,7 @@ export class PeoplePicker extends React.Component<IPeoplePickerProps, IPeoplePic
187
188
const peoplepicker = (
189
<div id="people" className={`${styles.defaultClass} ${this.props.peoplePickerWPclassName ? this.props.peoplePickerWPclassName : ''}`}>
190
- {this.props.titleText && <Label>{this.props.titleText}</Label>}
+ {this.props.titleText && <Label required={this.props.isRequired}>{this.props.titleText}</Label>}
191
192
<NormalPeoplePicker pickerSuggestionsProps={suggestionProps}
193
onResolveSuggestions={this.onSearchFieldChanged}
0 commit comments