I’m having trouble getting a field to show up as a Rich Text field in the Modern UI. Here is what I have: The answer still displays as a single-line textbox
<template>
<qp-fieldset id="Document_PXLayoutRule1_fs" view.bind="Document" wg-container="Document_form">
<field name="Question"></field>
</qp-fieldset>
<qp-fieldset id="Document_PXLayoutRule2_fs" view.bind="Document" wg-container="Document_form">
<field name="Answer" multi-line="true" rows="20" control="rich-text" style="height: 400px; width: 100%"></field>
</qp-fieldset>
</template>
An HTML box would work for me ever better…

