sp-dev-fx-property-controls
sp-dev-fx-property-controls copied to clipboard
Reusable SPFx property pane controls - Open source initiative
Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your needs please complete the below template...
#### Category - [ ] Enhancement - [x] Bug - [ ] Question #### Version "@pnp/spfx-property-controls": "^3.6.0 spfx 1.13.1 #### Expected / Desired Behavior / Question when using latest spfx...
Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your needs please complete the below template...
#### Category - [x] Enhancement - [ ] Bug - [ ] Question #### Expected / Desired Behavior / Question I created a webpart where I needed to let the...
#### Category - [x] Enhancement - [ ] Bug - [ ] Question #### Expected / Desired Behavior / Question I created a property pane control that uses the Monaco...
#### Category - [x] Enhancement - [ ] Bug - [ ] Question #### Version Please specify what version of the library you are using: [ "@pnp/spfx-property-controls": "3.2.0" ] ####...
#### Category - [ x] Enhancement - [ ] Bug - [ ] Question #### Version Please specify what version of the library you are using: [ latest ] ####...
#### Category - [x] Enhancement - [ ] Bug - [ ] Question #### Version [ 1.17 ] #### Expected / Desired Behavior / Question It would be nice to...
SitePicker control not returning any value in only one tenant and in other tenant it's working fine
PropertyFieldSitePicker Pnp control not returning any value in my one of the tenant but in another tenant, it's working fine. Scenario: I have created one SPFx solution with PropertyFieldSitePicker control...
PnPTermStorePickerService.ts const pnpTerms = await pnpTermStore.getTerms({ TermLabel: searchText, StringMatchOption: StringMatchOption.StartsWith, DefaultLabelOnly: true, TrimUnavailable: true, ResultCollectionSize: 30 }).usingCaching().get(); This does not return results from the site collection term store. is this...