Hi Mathias Raak,
If you placed wizard items inside List widget. You will face this issue when length of List is less than equal to 2.
I believe, this is the bug. Somehow if you are able to remove that script tag then there is no more issue. I tried by setting display: none but it is not working.
Possible Solution :
This issue is not happening when,
1. list have values greater than equal to 3 and
2. Also, when wizard items are not in List widget. So don't use list widget for less than equal to 2.
So, You can wrap wizard items in if widget
Condition would be, List Length > = 3 ,
then place wizard items in List widget.
If List length =2,
then take 2 individual wizard items and show values individually.
and last if list length = 1
then show only one wizard items
Please check - Demo Screen and my attached OML.
Regards,
rahul