Comments on: SharePoint Framework CRUD Operations using React https://www.spguides.com/sharepoint-framework-crud-operations-using-react/ Learn SharePoint, Office 365, Nintex, PowerApps, PowerBI etc, SharePoint training and video courses Sun, 24 Sep 2023 06:56:49 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: yogesh https://www.spguides.com/sharepoint-framework-crud-operations-using-react/#comments/690 Fri, 13 May 2022 11:31:36 +0000 https://www.spguides.com/?p=27062#comment-690 In reply to Gisely.

Please check if your onChange function is used using arrow function. convert it into normal function

private getName(e): void {
this.setState({userName:e.target.value});
}

]]>
By: yogesh https://www.spguides.com/sharepoint-framework-crud-operations-using-react/#comments/689 Fri, 13 May 2022 11:28:06 +0000 https://www.spguides.com/?p=27062#comment-689 When I click on row why peoplepicker field is not being bind

]]>
By: OldSeaDog https://www.spguides.com/sharepoint-framework-crud-operations-using-react/#comments/457 Thu, 11 Nov 2021 16:30:20 +0000 https://www.spguides.com/?p=27062#comment-457 This is a fine tutorial and covers most of the issues I have in converting CEWP web parts to SPFx. I have been unable to correct three problems in the tutorial all in the tsx file: 1. styles.table in the var tabledata: table is unknown; 2. btngroup is unknown in styles.btngroup; and 3. context is unknown in context={this.props.context}. I face CRUD and PeoplePicker conversion issues in my CEWP apps. Your advice would be appreciated.

]]>
By: Gisely https://www.spguides.com/sharepoint-framework-crud-operations-using-react/#comments/400 Tue, 07 Sep 2021 03:03:59 +0000 https://www.spguides.com/?p=27062#comment-400 First of all, thanks for the tutorial!!!
I have a problem when i enter some data in the input field, it becomes read only and shows this text > [object Object]
You know why?

]]>
By: Vaibhavi https://www.spguides.com/sharepoint-framework-crud-operations-using-react/#comments/261 Fri, 30 Apr 2021 09:39:32 +0000 https://www.spguides.com/?p=27062#comment-261 context giving error in CrudReact.tsx
src/webparts/crudReactDemo/components/CRUDReact.tsx(171,21): error TS2322: Type ‘WebPartContext’ is not assignable to type ‘BaseComponentContext’.
[15:05:50] [tsc] Types have separate declarations of a private property ‘_serviceScope’.
[15:05:50] Error – ‘tsc’ sub task errored after 19 s
exited with code 2

Please give me the solution

]]>