sp-dev-fx-controls-react
sp-dev-fx-controls-react copied to clipboard
IViewField's render function changing passed array in items of ListView control into different properties, please see images.
Category
[ ] Enhancement
[X] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ 3.17.0 ]
Expected / Desired Behavior / Question
If we pass an array in Items property of ListView control, we should get an array in the Render function of IViewFields.
Observed Behavior
Passing any array of strings in the Items property of ListView control.
The item object we get in the render function of IViewFields.
Steps to Reproduce
Provide an array in items property of ListView control. Console log items property of the render function of IViewFields.
Thanks!
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Hi,
A quickfix here would be stringify the object property that we pass to items property of ListView control.