How to use the @pnp/spfx-controls-react.SelectionMode.none 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-mytasks / src / webparts / myTasks / components / Attachments / Attachments.tsx View on Github external
menuProps={addAttachmentMenuProps}
          disabled={false}
          checked={true}
        />
        {this.state.uploadFile && (
          
        )}
        <div style="{{">
        {this.state.hasError &amp;&amp; {this.state.errorMessage}}
        {this.state.isLoading &amp;&amp; }
        <div style="{{">
          
        </div>
        {this.state.displayUploadFromSharePoint &amp;&amp; (
          
        )}</div>