How to use the @pnp/spfx-controls-react/lib/PeoplePicker.PrincipalType.User function in @pnp/spfx-controls-react

To help you get started, we’ve selected a few @pnp/spfx-controls-react examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github SharePoint / sp-dev-fx-webparts / samples / react-calendar / src / controls / Event / event.tsx View on Github external
< Label > Event Description

                <div>
                  
                </div>
                <div>
                  
                </div>
                <div>
                  
                </div>
                <div></div>
github SharePoint / sp-dev-fx-extensions / samples / react-command-mail-view-as-image / src / extensions / mailViewAsImage / components / MailDetailsDialog.tsx View on Github external
offText="No"
                                    onChanged={this._onChangedInternal}
                                /&gt;
                                <label> {this.state.sendToInternalUser ? " Choose a colleague" : " Type an email address (external user)"}</label>

                                {
                                    this.state.sendToInternalUser ?

                                         :
                                        
                                }

                                {
                                    this.state.sendToInternalUser &amp;&amp; this.state.selectedUserHasPermission
                                        ? <div>
                                            <br>
                                            
                                        </div>
                                        :
                                        null
                                }