Data detail not working

Hi I have put a data detail in my webpage but it will not show any data.

image
When I trying to put a variable from an "select" nothing is happening.

The detail is not working. Is ther any way in DevTools to see the datadetails info. I have tried to put one of the fields in a paragraph but nothing is shown.

Make sure the data types are the same. Often the select element will be a string and the data detail a number. Just convert one of them so they match.

Set it to number then the data mysteriously appeared :joy: :sunglasses: