Forum Discussion
Americo Perez
Jan 31, 2019Iron Contributor
Using dataprovider in SPFX app customizer?
Hi, I have a app customizer that shows a footer and in this footer there is a dropdown component that should get data from a sharepoint list. The dropdown component is the same that you can fin...
- Feb 01, 2019
I would suggest taking a look at the PnP SPFx Controls. They have a ListItemPicker control that does this for you.
https://sharepoint.github.io/sp-dev-fx-controls-react/controls/ListItemPicker/
Beau Cameron
MVP
I would suggest taking a look at the PnP SPFx Controls. They have a ListItemPicker control that does this for you.
https://sharepoint.github.io/sp-dev-fx-controls-react/controls/ListItemPicker/
Americo Perez
Feb 01, 2019Iron Contributor
Thanks!
The listItemPicker doesn't fetch with the customer requirement but in the same page there is a ListPicker that I will give it a try.
Thanks ofr the link.
Regards
Americo