spfx

Office ui Fabric People Picker, pass varaibles to onChangeEvent

怎甘沉沦 提交于 2020-04-30 11:47:47
问题 I would like to know if there is a possibility to added a variable to the default onchange event of the office ui fabric react People Picker component. In the onchange event default is onChange?: (items?: IPersonaProps[]) => void I would like to pass an variable to add to an array like Key Value for using later in my code. 回答1: You can build a HOC to achieve this. Define // Your HOC component interface Props { yourCustomState: string // get custom value from props ... return ( <> <Select

Office ui Fabric People Picker, pass varaibles to onChangeEvent

时光毁灭记忆、已成空白 提交于 2020-04-30 11:44:49
问题 I would like to know if there is a possibility to added a variable to the default onchange event of the office ui fabric react People Picker component. In the onchange event default is onChange?: (items?: IPersonaProps[]) => void I would like to pass an variable to add to an array like Key Value for using later in my code. 回答1: You can build a HOC to achieve this. Define // Your HOC component interface Props { yourCustomState: string // get custom value from props ... return ( <> <Select

Is there options how to code/create workflow using SPFx?

﹥>﹥吖頭↗ 提交于 2020-01-25 12:13:20
问题 I developing web-part client-side solution using sharepoint framework. I successfully create a lists with some columns (it's list's columns not site). But now, I need to create a workflow, so is there any options, how to coding workflows using sharepoint framework and web-part client side solution? Have anybody some ideas or documentations witch could help me to moved further? 回答1: Can't create workflow in SPFx solution, you could use SharePoint add-in or Microsoft flow. SharePoint add-in

Is there options how to code/create workflow using SPFx?

倖福魔咒の 提交于 2020-01-25 12:12:21
问题 I developing web-part client-side solution using sharepoint framework. I successfully create a lists with some columns (it's list's columns not site). But now, I need to create a workflow, so is there any options, how to coding workflows using sharepoint framework and web-part client side solution? Have anybody some ideas or documentations witch could help me to moved further? 回答1: Can't create workflow in SPFx solution, you could use SharePoint add-in or Microsoft flow. SharePoint add-in

Is there options how to code/create workflow using SPFx?

大兔子大兔子 提交于 2020-01-25 12:12:15
问题 I developing web-part client-side solution using sharepoint framework. I successfully create a lists with some columns (it's list's columns not site). But now, I need to create a workflow, so is there any options, how to coding workflows using sharepoint framework and web-part client side solution? Have anybody some ideas or documentations witch could help me to moved further? 回答1: Can't create workflow in SPFx solution, you could use SharePoint add-in or Microsoft flow. SharePoint add-in