The HTML is not displayed as the property

Hello,

So it supposes to be search for data from database and display. As you see the HTML property is correct text, but on the screen it doesnt display, it keeps the original “…”

Anyone knows how to fix or face the same issue?

Thanks,
Kai

Hi @harleysnotification,

Assuming you’re using the new layout engine, here are a couple things to check:

  • Do any of the containing elements (direct parent or other ancestor) have a fixed width or max width that could be constraining the width of the Text element?
  • If you want it to wrap, is Fit height to content enabled for the Text element?

This topic was automatically closed after 14 days. New replies are no longer allowed.