sp-dev-fx-controls-react
sp-dev-fx-controls-react copied to clipboard
Reusable React controls for SPFx solutions
User Experience: Screen reader dependent users will be impacted as the Role and selected state are not announced for color controls. Due to this, users will not be able to...
Keyboard users will be impacted if Focus does not retain on the "Font Color" and "Highlight color" controls after closing their respective dialogs. They have to do extra navigation to...
2-pronged question, but both about the HTML being rendered. I apologize if missing info, but I am new to React and these components. We are building a SPFX web part...
Hi, I try to use Carousel with triggerPageEvent option . i use like this : interval={(this.state.dynamicDelay )} element={ this.state.currentCarouselElement} canMoveNext={true} canMovePrev={true} triggerPageEvent={(vindex: number) => {this.triggerNextElement(vindex);}} If i clik on next...
#### Category [x] Enhancement [ ] Bug [ ] Question #### Version Please specify what version of the library you are using: [3.20.0] #### Expected / Desired Behavior / Question...
When using DynamicForm component I set the webAbsoluteUrl to refer to the site where the list is located. If the list includes a lookup field and the webpart is running...
#### Category [A dynamic form for a list with text, textarea, and number field inputs. loses values in those fields if you click or tab into the field and then...
#### Category [ ] Enhancement [X] Bug [ ] Question #### Version Please specify what version of the library you are using: [ 3.19.0 ] _If you are not using...
[ ] Enhancement [x] Bug [ ] Question #### Version Please specify what version of the library you are using: [ v3.19.0 & In dev branch as well] _If you...
#### Category [x] Bug #### Version [3.20.0] #### Expected / Desired Behavior / Question I should be able to use the new `UserPicker` control importing it like `import {} from...