Data Table empty link
-
Hello,
since version 6.0.8 when using Data Table with content type: Textarea for the cell, when Link is empty, it creates an empty link <a></a> in the code, causing styling issues (since its now treating this like a link) and validation errors. This was working as expected with version 6.0.7. Using content type: Editor works fine.
You can easily reproduce this, by just adding a widget Data Table with default prefilled fields.If the link field is empty, it should not create an empty anchor tag (
<a ></a>
). Should be as it was with<div class="td-content"></div>
https://imgur.com/a/qyi7KV1
- You must be logged in to reply to this topic.