I’m upgrading a v13 site that displays a Slider value in a ListView.
Now, in v17 I can’t get it to show anything else but [Object object]…
{= value } or ${ value } gives me [Object object], but any attempt to get value.length, value[0] or even value.value (who knows?) just renders nothing…
Any pointers to something that works would be nice…
I did have a look at the second one, but my problem is that in the Collection View, you get a value, so I’d assume that I could get the values from that somehow; but I haven’t yet been successful
I also really didn’t expect to have to install a third party package, to be able to figure this out, but that might be my only way forward right now. Was hoping someone else had experienced the same thing, upgrading from v13 to v17.