sp-client-custom-fields icon indicating copy to clipboard operation
sp-client-custom-fields copied to clipboard

Web Site: https://oliviercc.github.io/sp-client-custom-fields

Results 37 sp-client-custom-fields issues
Sort by recently updated
recently updated
newest added

Greetings, It looks like it's time to update @microsoft packages for 1.6.0 (`"@microsoft/sp-webpart-base": "1.6.0"`) compatibility... IWebPartContext has changed. Using PropertyFieldPicturePicker when i specify context i.e.: ```ts PropertyFieldPicturePicker('id', { ...props, context:...

I ran into a small issue today. When you have the `PropertyFieldPicturePicker` property pane in your configuration, it does not mention that a key property is required. So when you...

Dear Olivier, Is it possible to have lookup fields in PropertyFieldSPListQuery to build rest end point including filter, sorting as well as order by etc. As of now, we have...

Hello, with bundle analyzer noticed that fabric ui bundle is included in my resulting package. Im using `@microsoft/office-ui-fabric-react-bundle` instead of `office-ui-fabric-react` to avoid fabric ui being added to every webpart...

Running the Compliation Process steps: ``` git clone the repo npm i tsd install gulp serve ``` ends with: ``` > tsd install -> running install >> written zero files...

For some reason when I am working with my webpart in production everything but add is disabled no matter what. I even looked at this repo's code and it looks...

These are the changes that I made to get the picture picker working for the custom list field type. I hacked these changes in the java script files in node_modules...

I have created a web part with mini color field in property pane as per documentation which is working fine with disableReactivePropertyChanges:false. But if I apply ``` protected get disableReactivePropertyChanges():...

If i use a CustomListFieldType.picture type in a custom list i cant browse for an image i can see the folders but no images show up also i get no...