Add displayRenderer property for textOnly fields. This calls a function which returns the innerHtml for the textOnly fields. The basic implementation is a textRenderer, this simply html escapes the value. A hyperlinkRenderer uses a fields hyperlink properties (component, prefix, inputs, values) to render the text only field as a URL.