ListRecords is a powerful component that can be extremely helpful while implementing any UI Framework, OutSystemsUI or otherwise. However, it always appears as a "<span>". This breaks when using components like a Bootstrap accordion or any UI component that uses <OL> or <UL>.
It would be great if we could change the ListRecords <span> to a <div> or <ol> or <ul> or anything else.
Right now the fix isn't pretty, and ends up involving adding my own code with non-escaped expressions at the beginning and end of the list manually.
Similar to this idea: https://www.outsystems.com/ideas/1516/Don%27t+add+<span>+around+items+in+ListRecords but a different implementation. even if we must have something wrapping it, let us change what it is with OSTagName